Skip to content

ItsMyEyes/DashboardGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Larave Crud Genetaor

🚀 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages