engrnvd / laravel-crud-generator

MIT License
137 stars 51 forks source link

Adding laravel 5.4.* support with Admin LTE Theme #15

Open arifpavel opened 7 years ago

arifpavel commented 7 years ago

Now laravel-crud-generator can be added to 5.4.* too. There is also famous Admin LTE theme added to build fully functional admin panel in no time!

Usage:

  1. Now route can be defined as route file path in config/crud.php file. ( default is /routes/web.php as 5.4)
  2. To use Admin LTE change as follows: $config = [ /*
    • Directory containing the templates
    • If you want to use your custom templates, specify them here
    • */ 'templates' => 'vendor.crud.admin-lte-templates', ]