kiyora/crud-generator

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

This Create/Delete Crud With Resource

dev-main 2022-12-25 05:43 UTC

This package is auto-updated.

Last update: 2024-04-25 08:29:43 UTC


README

🚀 Installation

  • Install package
$ composer require kiyora/crud-generator
  • Then you test it
php artisan make:crud {name table}
  • delete crud resource
php artisan delete:crud {name table}
  • publishing and custome stub
php artisan vendor:publish --provider="Kiyora\CrudGenerator\CrudGeneratorServiceProvider"

🔐 License

Distributed under the MIT License. See LICENSE for more information.