https://github.com/labrodev/laravel-crud
This package is bunch of basic classes, utilities and interfaces to provide solid Domain oriented CRUD for Laravel application.
https://github.com/labrodev/laravel-crud
crud-application crud-sample laravel laravel-application laravel-crud laravel-framework laravel-package php
Last synced: 2 months ago
JSON representation
This package is bunch of basic classes, utilities and interfaces to provide solid Domain oriented CRUD for Laravel application.
- Host: GitHub
- URL: https://github.com/labrodev/laravel-crud
- Owner: labrodev
- License: mit
- Created: 2024-11-23T11:40:42.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-24T13:04:06.000Z (about 1 year ago)
- Last Synced: 2025-04-04T15:21:24.107Z (9 months ago)
- Topics: crud-application, crud-sample, laravel, laravel-application, laravel-crud, laravel-framework, laravel-package, php
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
composer require labrodev/laravel-crud
```
## 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:
```bash
composer test
```
For static analysis to check the package code, execute the followin command:
```bash
composer analyse
```
## Security
If you discover any security-related issues, please email admin@labrodev.com instead of using the issue tracker.
## Credits
Labro Dev
## License
The MIT License (MIT). Please see License File for more information.