Download the PHP package purrdigital/laravel-crud-package without Composer
On this page you can find all versions of the php package purrdigital/laravel-crud-package. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download purrdigital/laravel-crud-package
More information about purrdigital/laravel-crud-package
Files in purrdigital/laravel-crud-package
Package laravel-crud-package
Short Description Opinionated Repository CRUD Generator
License MIT
Homepage https://github.com/Purr-Digital/laravel-crud-package
Informations about the package laravel-crud-package
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:
Usage
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.
All versions of laravel-crud-package with dependencies
illuminate/contracts Version ^7.0|^8.0|^9.0|^10.0
laravel/helpers Version ^1.5
spatie/laravel-package-tools Version ^1.9.2