-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Add Admin Navigation #26
Comments
Yes i created Controller in app\Http\Controllers\Admin Folder but when i run my custom Link then i am getting following Error "Undefined variable: selectedNavigation (View: C:\xampp\htdocs\udrive2.0\resources\views\admin\partials\info.blade.php) but if i remove @include('admin.partials.info') then get following Error "Undefined variable: HTMLDescription (View: C:\xampp\htdocs\udrive2.0\resources\views\layouts\admin.blade.php) (View: C:\xampp\htdocs\udrive2.0\resources\views\l ▶" I am not getting $selectedNavigationId in ValidateRole Middleware I am sure missing some step. Please guide me Thanks! |
Hi @truelogicapp Mind having a looksy there and see if we can narrow it down :) |
I was missing $this->view but now attached error |
@bpocallaghan my Request not accessible in ValidateRole Middleware. when i try to print $selectedNavigationId the other navigation link printing that |
If you want - you can add me to skype to help you? "bpocallaghan" - my skype name. The problem is in For some reason its not finding the navigation - just would like to see why it does not find it - have a feeling its usually something to do with the navigation_admin table or app url or something else. If you want to have a read here / for reference |
I did same but in my case when I dd ($configuration) then #connection: null else in other default controller it showing mysql I am still not able to access model. |
Hi @truelogicapp
Thank your trying out this package.
You've created the new menu item (admin - settings - navigation)
Then the new menu item appeared on the left and you clicked on it... - and now the error...
I am sure you know this - but any admin navigation - needs a Controller / Model / Views and defined in the routes/web.php for it to work.
Only the Website's Pages - can be managed from the admin via the page builder...
Just want to check in before going further... :)
The text was updated successfully, but these errors were encountered: