Download the PHP package aytacmalkoc/laravel-crud-generator without Composer
On this page you can find all versions of the php package aytacmalkoc/laravel-crud-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aytacmalkoc/laravel-crud-generator
More information about aytacmalkoc/laravel-crud-generator
Files in aytacmalkoc/laravel-crud-generator
Download aytacmalkoc/laravel-crud-generator
More information about aytacmalkoc/laravel-crud-generator
Files in aytacmalkoc/laravel-crud-generator
Vendor aytacmalkoc
Package laravel-crud-generator
Short Description Basic CRUD generator for Laravel 8.x applications.
License MIT
Homepage https://github.com/aytacmalkoc/laravel-crud-generator
Package laravel-crud-generator
Short Description Basic CRUD generator for Laravel 8.x applications.
License MIT
Homepage https://github.com/aytacmalkoc/laravel-crud-generator
Keywords laravel-crud-generatoraytacmalkoc
Please rate this library. Is it a good library?
Informations about the package laravel-crud-generator
Laravel CRUD Generator
This package provides a single command to create all CRUD operations in Laravel applications.
Installation
You can install the package via composer:
Usage
Options
The --auth option can be used to add auth middleware to requests and routes.
Generated files
Controllers | Requests | Models | Observers | Factories | Migrations | Seeders | Views | Routes |
---|---|---|---|---|---|---|---|---|
ProductController | ProductRequests | Product | ProductObserver | ProductFactory | create_products_table | ProductSeeder | index, show, edit, create files | web.php |
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Aytac Malkoc
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-crud-generator with dependencies
PHP Build Version
Package Version
No informations.
The package aytacmalkoc/laravel-crud-generator contains the following files
Loading the files please wait ....