thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.78k stars 2.67k forks source link

Route [voyager.pages.index] not defined. #5037

Closed parthavmiyani closed 4 years ago

parthavmiyani commented 4 years ago

ERROR: Route [voyager.pages.index] not defined. (View: C:\Users\Parth\Desktop\Code\LARAVEL\voyager\vendor\tcg\voyager\resources\views\dimmers.blade.php)

i tried php artisan voyager:install didn't work

thank you!!

emptynick commented 4 years ago

That is not really enough information to help you. Please use the steps from the issue template. Also latest is not a Voyager version

parthavmiyani commented 4 years ago

Laravel: v7.23.2 Voyager: 1.4 PHP: 7.4.8 Database: MySQL

ERROR: Route [voyager.pages.index] not defined. (View: C:\Users\Parth\Desktop\Code\LARAVEL\voyager\vendor\tcg\voyager\resources\views\dimmers.blade.php)

web.php: Route::get('/', function () { return view('welcome'); });

Route::group(['prefix' => 'admin'], function () { Voyager::routes(); });

i tried php artisan voyager:install didn't work

thank you!!

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. If you have further questions please ask in our Slack group.