kiyora/dashboard-generator

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

dev-master 2023-01-10 10:23 UTC

This package is auto-updated.

Last update: 2024-05-10 13:19:31 UTC


README

🚀 Installation

  • Install package
$ composer require kiyora/dashboard-generator
  • Then you test it
php artisan make:crud {name table} {--route-only= : Only Route y/n} {--permission-only= : Only permission y/n} {--relayouts= : relayouts y/n}
  • delete crud resource
php artisan delete:crud {name table}
  • publishing and custome stub
php artisan vendor:publish --provider="KiyoraDashboard\CrudGeneratorServiceProvider"

🔐 License

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