platform: 404 dashboard not found
Expected Behavior
show the dashboard page
Actual Behavior
laravel 404 , page not found (in localhost/dashboard)
Steps to Reproduce the Problem
1.php artisan serve
2.login into localhost/dashboard
3. face the error
Specifications
- ORCHID Version:^3.0
- Laravel Version:^5.7
- PHP Version:7.1.3
- Database Version:sqlite3
Other Notes
no change in routes , just php artisan orchid:install
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 22 (10 by maintainers)
You can show the output of the following commands:
and
This is very strange, as you see in the user rights the specified value goes as true.
I still think that this is because of the update of the model of the User, and more precisely because of this line:
Because it replaces the base value:
Please add it now manually to your model.