This package is bunch of basic classes, utilities and interfaces to provide solid Domain oriented CRUD for Laravel application.
To install the package, run the following command in your Laravel project:
composer require labrodev/laravel-crud
- PHP 8.1 or higher
After installing the package, no additional configuration is needed to start using the UUID trait in your models.
To use the package, just implement necessary classes in your application as far as you need.
To run the tests included with the package, execute the following command:
composer test
For static analysis to check the package code, execute the followin command:
composer analyse
If you discover any security-related issues, please email admin@labrodev.com instead of using the issue tracker.
Labro Dev
The MIT License (MIT). Please see License File for more information.