Libraries tagged by php-cart
mont4/laravelmaker
135 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}
michelmelo/laravel-console-create-view
38 Downloads
Create Laravel views (blade template) using 'php artisan' command-line interface
linhdanchu/lumen-artisan-serve
88 Downloads
A command php artisan serve for lumen framework
laraning/larapush
12 Downloads
php artisan push - Deploy your codebase with a single Artisan command
kennethsolomon/make-service
15 Downloads
Can run 'php artisan make:service Foobar' to create new Services.
kariricode/validator
2 Downloads
A powerful and flexible validation component for PHP, part of the KaririCode Framework. It provides configurable processors for validating data attributes in entities using a streamlined and efficient pipeline system.
kariricode/transformer
1 Downloads
A powerful and flexible data transformation component for PHP, part of the KaririCode Framework. It provides configurable processors for seamless manipulation and formatting of data attributes, offering a streamlined pipeline system for efficient data handling
kariricode/sanitizer
1 Downloads
A robust and flexible data sanitization component for PHP, part of the KaririCode Framework, utilizing configurable processors and native functions.
kangyasin/makedatabase
2 Downloads
Make command generate database with php artisan.
jakebathman/list-custom-artisan-commands
13 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
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