Download the PHP package tomosia/laravel-easy-crud without Composer
On this page you can find all versions of the php package tomosia/laravel-easy-crud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tomosia/laravel-easy-crud
More information about tomosia/laravel-easy-crud
Files in tomosia/laravel-easy-crud
Package laravel-easy-crud
Short Description Give commands to help programmers save time when coding
License
Informations about the package laravel-easy-crud
Laravel Easy CRUD
A package for adding php artisan make:api-crud
command to Laravel 8+ and Laravel Module
Auto generate:
- Controller
- Service
- Repository
- Request
- Resource
- Api Document using l5-swagger
Installation
Require the package with composer using the following command:
composer require tomosia/laravel-easy-crud --dev
Or add the following to your composer.json's require-dev section and composer update
In your config/app.php add VietNH\LaraEasyDev\RepositoryServiceProvider::class to the end of the providers array:
Publish Configuration
Usage
All file:
php artisan make:api-crud {model} {--module=}
Example:
Each file:
php artisan make:controller {model} {module}
php artisan make:service {model} {module}
php artisan make:repository {model} {module}
php artisan make:request {model} {module}
php artisan make:response {model} {module}
All versions of laravel-easy-crud with dependencies
illuminate/config Version ~5.0|~6.0|~7.0|~8.0|~9.0
illuminate/support Version ~5.0|~6.0|~7.0|~8.0|~9.0
illuminate/database Version ~5.0|~6.0|~7.0|~8.0|~9.0
illuminate/pagination Version ~5.0|~6.0|~7.0|~8.0|~9.0
illuminate/console Version ~5.0|~6.0|~7.0|~8.0|~9.0
illuminate/filesystem Version ~5.0|~6.0|~7.0|~8.0|~9.0