angelo8828/laravel-module-maker
Composer 安装命令:
composer require angelo8828/laravel-module-maker
包简介
Developer-friendly, painless and simplistic CRUD Generator for Laravel
README 文档
README
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.
统计信息
- 总下载量: 52
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-01-05