balajidharma / basic-laravel-admin-panel

A basic and simple admin panel for Laravel projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How I integrate with my existing Laravel

zenepay opened this issue · comments

I have Laravel 9 project. I started with create project with your Basic-Laravel-admin-panel and then replace other file with my laravel project files. I also tried to install Admin menu. I got up to migration DB etc with no problem. But I cannot get component navigation.blade.php to work. It seems that the variable $menu is not loaded. I wonder that how I could load the $menu. And how the route from route/admin.php loaded to work. I cannot access any /admin/xxxx . Please advise what I missed.

Pure installation does not have folder vendor too.

I got if fixed now but copy over the vendor folder and delete alriginal sql data, then recreated from zero with its seed. It works now. Thank you