Libraries tagged by Laravel php cart
bourne/laravel-opcache
6 Downloads
PHP OPcache Artisan commands for Laravel.
arnyee/laravel-opcache
16 Downloads
PHP OPcache Artisan commands for Laravel.
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
ronanflavio/artisan-make-extension
16 Downloads
An extension from "php artisan make" command
nguyenhiep/laravel-web-artisan
12 Downloads
This package allows you to execute artisan commands in a simple way using the browser window. If you don't have SSH access to the hosting platform where your Laravel site is hosted, this solution allows you to run commands like "php artisan migrate".
kevyworks/laravel-php-cs-fixer
5 Downloads
A PHP-CS-Fixer bridge for use via Artisan CLI on Laravel 5.5+
jakebathman/list-custom-artisan-commands
20 Downloads
List only Artisan commands that fall under the application's App\ namespace, using much the same output as php artisan list.
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.
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
double-a/laravel-init
8 Downloads
Making php artisan init command to make project initializing easy
dominikstyp/laravel-model-abstractor
9 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.
dennislindsey/artisan-test-helpers
278 Downloads
PHP Artisan Test Helpers
brombeer/laravel-artisan-fresh
3 Downloads
A PHP artisan command to start a fresh migration with seeding and clearing all caches