Download the PHP package angelo8828/laravel-module-maker without Composer
On this page you can find all versions of the php package angelo8828/laravel-module-maker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download angelo8828/laravel-module-maker
More information about angelo8828/laravel-module-maker
Files in angelo8828/laravel-module-maker
Download angelo8828/laravel-module-maker
More information about angelo8828/laravel-module-maker
Files in angelo8828/laravel-module-maker
Vendor angelo8828
Package laravel-module-maker
Short Description Developer-friendly, painless and simplistic CRUD Generator for Laravel
License MIT
Package laravel-module-maker
Short Description Developer-friendly, painless and simplistic CRUD Generator for Laravel
License MIT
Keywords laravel-module-maker
Please rate this library. Is it a good library?
Informations about the package laravel-module-maker
Laravel Module Maker
Developer-friendly, painless and simplistic CRUD Generator for Laravel
- Generates a complete CRUD with just 1 command using your terminal
- Allows heavy customization unlike other traditional CRM / CRUD generators
- Can be utilized for existing and on-going developments based on Laravel
- Compatible with Laravel 5.5 and above
Usage
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
Installation
- In your Laravel project directory, type
composer require angelo8828/laravel-module-makerto include and install the package. - After the installation, type
php artisan make-module:installto get the configuration file. The configuration file (module_maker.php) will be placed inside theconfigdirectory of your project.
All versions of laravel-module-maker with dependencies
PHP Build Version
Package Version
The package angelo8828/laravel-module-maker contains the following files
Loading the files please wait ...