laravel-crud-generator
laravel-crud-generator copied to clipboard
Adding laravel 5.4.* support with Admin LTE Theme
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:
- Now route can be defined as route file path in config/crud.php file. ( default is /routes/web.php as 5.4)
- 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', ]