Libraries tagged by php artisan
kennethsolomon/make-service
15 Downloads
Can run 'php artisan make:service Foobar' to create new Services.
kangyasin/makedatabase
2 Downloads
Make command generate database with php artisan.
itutu-media/laravel-installer
68 Downloads
Laravel Installer is a package that handles the installation of the application. It extends Laravel's Command class and has a signature of app:install. This command can be run in the terminal with php artisan app:install.
islomiddin-dev/generating-repository-and-service
15 Downloads
Create Repository and Service design pattern files using php artisan command
intellow/make-route-for-laravel
230 Downloads
Adds a php artisan make:route command. This scaffolds the route in web.php, controller, and even generates a unit test
hcomg/laravel-easy-generator
24 Downloads
php artisan command to generate fully working crud with api resource by having database tables
g/crud-generator
14 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables
double-a/laravel-init
8 Downloads
Making php artisan init command to make project initializing easy
dominikstyp/laravel-model-abstractor
8 Downloads
Makes AbstractModel inside app/models directory, changes make:model command to generate models which inherit from AbstractModel, and provides php artisan command to move your existing models to app/models directory and change their inheritance to AbstractModel. Thanks to that all your models will inherit from your custom class.
devgowa/lumen-serve
349 Downloads
A command php artisan serve for lumen framework
devaissa/file-generator-command
15 Downloads
create custom files from command line (php artisan)
datasmart/laravel-crud-generator
17 Downloads
php artisan command to generate fully working crud with a paginated grid only by having database tables
bahir24/lararepocom
13 Downloads
Add artisan command to create repository by "php artisan make:repository ModelRepository"
abdielbytes/art
0 Downloads
A PHP artisan shortcut
slaveofgod/laravel-translator
7 Downloads
PHP Laravel artisan command that extracting translation contents and updating translation files automatically