tianrosandhy/autocrud

There is no license information available for the latest version (dev-main) of this package.

Autocrud component to help easily generate datatable & form

dev-main 2022-12-30 02:44 UTC

This package is auto-updated.

Last update: 2024-03-29 04:33:37 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