Amrinder Singh
Amrinder Singh

Reputation: 5502

Menu items missing admin template AdminLTE in Laravel 5.4

I have just installed admin panel "AdminLTE" by following this tutorial. It is successfully installed but with an exception, i.e. the menu items are not the same as they are shown on their official website.

Please view the attached screenshots:

My Case: (with missing menu items):

enter image description here

Official (with complete menu items):

enter image description here

Upvotes: 0

Views: 1089

Answers (1)

jar3d
jar3d

Reputation: 105

That 2nd screenshot is just the demo page, after installation the sidebar.blade.php just contains the values as shown in the 1st screenshot.

As you followed the tutorial there should exist a sidebar.blade.php in resources/views/vendor/adminlte/layouts/partials/ where you can edit this sidebar.

Upvotes: 1

Related Questions