avido/package-generator
Package Generator
All packages are installed in app/Modules/$packageName
Requirements
- Laravel 11
Installation
composer require avido/package-generator
# Publish concord config file.
php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider" --tag=config
CLI Command
php artisan package:make
follow instructions
# Don't forget to register the Module in config/concord.php
Register installer
ModuleInstallerRegistry::register($moduleName, function() {
// closure
});
ModuleInstallerRegistry::register($moduleName, MyInstaller::class);
php artisan package:install $moduleName
Related Packages
benjaminhaeberli/php-skeleton
✨ A modern PHP skeleton that includes CI/CD, PHPStan, Pest & more.
6
1
marekmiklusek/laravel-package-skeleton
Laravel package skeleton with Pest, PHPStan, Rector and Pint wired up, and 100%...
7
1
joshcirre/inertiakit
File-based Inertia routing, simplified server controllers + typed models & props
10
5
ionzile/ions
Application starter for the Ions PHP framework — a secure, structured host-app s...
114
1
mortenscheel/laravel-query-recorder
A package to record and analyze database queries in Laravel applications.
13,281
1