Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

arifpavel
Copy link

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

Writing & editing codes to support Laravel 5.4.*
Note:
1. Now you can set route file path into crud.php ( config file)
2. Auto generated urls fixed to avoid local machine development & to
avoid app base url confliction.
Adding Admin Lte Theme support.
Note: To use Admin Lte Theme.
Change config/crud.php to
$config = [
/*
* Directory containing the templates
* If you want to use your custom templates, specify them here
* */
'templates' => 'vendor.crud.admin-lte-templates',
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant