Developer-friendly, painless and simplistic CRUD Generator for Laravel
angelo8828/laravel-module-maker is a Laravel package for developer-friendly, painless and simplistic crud generator for laravel.
It currently has 1 GitHub stars and 52 downloads on Packagist (latest version 0.3.3).
Install it with composer require angelo8828/laravel-module-maker.
Discover more Laravel packages by angelo8828
or browse all Laravel packages to compare alternatives.
Last updated
Developer-friendly, painless and simplistic CRUD Generator for Laravel
To create a CRUD module, just type php artisan make:module <name of module> and presto! This package will generate all the needed routes, migrations, models, controllers and views for your module
composer require angelo8828/laravel-module-maker to include and install the package.php artisan make-module:install to get the configuration file. The configuration file (module_maker.php) will be placed inside the config directory of your project.