Download the PHP package labrodev/laravel-crud without Composer
On this page you can find all versions of the php package labrodev/laravel-crud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download labrodev/laravel-crud
More information about labrodev/laravel-crud
Files in labrodev/laravel-crud
Package laravel-crud
Short Description Laravel package providing a reusable trait that automatically assigns a document number to Eloquent models upon creation.
License MIT
Homepage https://github.com/labrodev/laravel-crud
Informations about the package laravel-crud
Crud for Laravel
This package is bunch of basic classes, utilities and interfaces to provide solid Domain oriented CRUD for Laravel application.
Installation
To install the package, run the following command in your Laravel project:
Requirements
- PHP 8.1 or higher
Configuration
After installing the package, no additional configuration is needed to start using the UUID trait in your models.
Usage
To use the package, just implement necessary classes in your application as far as you need.
Testing
To run the tests included with the package, execute the following command:
For static analysis to check the package code, execute the followin command:
Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Credits
Labro Dev
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-crud with dependencies
illuminate/contracts Version ^10.0|^11.0
labrodev/laravel-domain Version ^1.0
nesbot/carbon Version >=2.72
spatie/laravel-permission Version ^6.10
spatie/laravel-query-builder Version ^5.7
spatie/laravel-view-models Version ^1.6