-
When I set 'route' => [ I must write /login to enter login page , and i found moonshine.index route disappear from route:list GET|HEAD api/user ...................................................................................................... GET|HEAD api/user ...................................................................................................... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
i found the problem is because I have route/web.php after i delete it solve the problem |
Beta Was this translation helpful? Give feedback.
i found the problem is because I have route/web.php
Route::get('/', function () {
return view('welcome');
});
after i delete it solve the problem