Libraries tagged by php artisan
artisansdk/server
23 Downloads
A service-based, Laravel PHP implementation of an async, realtime, WebSocket server.
zmon/laravel-crud-generator-zmon
368 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables
zeuz113/laravel-crud-generator
54 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables - forked from kEpEx/laravel-crud-generator
ugiw/lumen-config-cache
5608 Downloads
Adds the Laravel command `php artisan config:cache` to Lumen
uccello/package-designer
95 Downloads
Adds a command to 'php artisan' to generate new packages
thiagobrauer/laravel-incremental-migrations
77 Downloads
This Laravel package extends the command php artisan make:migration to add an incremental number at the end of a migration file, if there is already another migration with the same name. It also has its own artisan command to fix the names of the existing migrations.
mont4/laravelmaker
136 Downloads
php artisan make:all for Laravel with Make and generate Laravel 'Controller, Request, Model, Factory, Seed, Migration, Translation, Policy & Permissions' compatible.
mlab/landing-page-generator
5 Downloads
A simple landing page generator using only 1 command. {php artisan generate:LandingPage}
laraning/larapush
12 Downloads
php artisan push - Deploy your codebase with a single Artisan command
kennethsolomon/make-service
16 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
75 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
17 Downloads
Create Repository and Service design pattern files using php artisan command
intellow/make-route-for-laravel
232 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