laravel-crud-package maintained by purrdigital
Description
Opinionated Repository CRUD Generator
Author
Last update
2023/06/17 10:42
(dev-main)
License
Downloads
43
Tags
Opinionated Repository CRUD Generator
This package will create a full crud suite for you. This is based on an opinionated repository pattern. This package uses vue/inertia for the front end so this package won't work with any other front-end unless of course you manually update the controllers to work with your front end.
Installation
You can install the package via composer:
composer require PurrDigital/laravel-crud-package
Usage
In the terminal and using php artisan you can run the following command
php artisan generate:crud Test
Using the above command will generate the following,
- Controller
- Model
- Seeder
- Policy
- Request
- Resource
- Interface
- Repository
- Update repository provider(if it exists)
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.