laravel-crud-generator icon indicating copy to clipboard operation
laravel-crud-generator copied to clipboard

Adding laravel 5.4.* support with Admin LTE Theme

Open arifpavel opened this issue 7 years ago • 0 comments

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', ]

arifpavel avatar Apr 04 '17 11:04 arifpavel