Libraries tagged by artisan package
zakaria-yacine/laravel-form-builder
21 Downloads
AutoFormGenerator is a Laravel package that streamlines form creation by automatically generating forms and their corresponding input fields using Artisan commands. Simplify repetitive tasks, reduce development time, and enhance productivity by generating fully customizable forms directly from the console. Perfect for CRUD applications and rapid prototyping.
waheed4399/laravel-action-service-trait
3 Downloads
A simple Laravel package to create actions, traits and services using artisan commands
visiarch/laravel-action-trait-service-repository
10 Downloads
A simple Laravel package to create action, trait, service, and repository using artisan commands
teracrafts/huefy-laravel
0 Downloads
Laravel package for Huefy - App Mail Templates with seamless integration, service providers, and artisan commands
stalkdeveloper/laravel-crud-generator
3 Downloads
Laravel CRUD generator package for API and Web with customizable Artisan command and built-in support for models, controllers, validation, API resources, Yajra datatables, and Blade views.
shakib53626/laravel-repository-maker
3 Downloads
The shakib53626/laravel-repository-maker package provides a simple and efficient way to implement the Repository Design Pattern in Laravel projects. With a custom Artisan command (make:repository), developers can automatically generate repository classes with pre-defined methods like index, store, update, and delete. This tool is designed to enhance modularity, promote clean architecture, and save development time.
shahid/sp-migrations-generator
4041 Downloads
This package generates migrations for sps and functions from your env db through artisan commands.
pack-php/pack
12 Downloads
A Laravel Artisan command to search, preview, and install PHP packages from Packagist.
mizterfrek/laravel-commands
0 Downloads
Package that will add useful commands in artisan
michaelravedoni/laravel-value-objects
2 Downloads
A base package for creating value objects in Laravel, with Artisan command and generic Eloquent cast.
mazfreelance/laravel-command-generator
38 Downloads
This is a simple package that includes some of custom Laravel artisan command into Laravel/Lumen.
leemason/larastaller
6 Downloads
The Larastaller package provides a fluent interface via web or artisan to install/upgrade your project.
jfheinrich-eu/laravel-make-commands
852 Downloads
This package is aimed to be a suite of artisan commands and tools to help make the work easier.
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.
heddiyoussouf/pipeline
4 Downloads
A Laravel package to simplify the use of pipelines with artisan commands for step generation and an intuitive facade interface.