tianrosandhy / autocrud
Autocrud component to help easily generate datatable & form
Installs: 55
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:module
Requires
- php: >=7.2
- guzzlehttp/guzzle: ^7.2
- intervention/image: ^2.7
- laravel/framework: ^5|^6|^7|^8|^9
- maatwebsite/excel: ^3.1
This package is auto-updated.
Last update: 2025-03-01 00:37:33 UTC
README
This is a core package that help auto generate datatable & form from your available Model.
Requirement
-
= PHP 8.0.2
-
= Laravel 9
Installation
- run
composer require tianrosandhy/autocrud
in your laravel project - publish the asset & config :
php artisan vendor:publish --provider=TianRosandhy\Autocrud\AutocrudServiceProvider