orchidsoftware / orchidsoftware/platform
Can't access platform after fresh installation
@tabuna is already working on this.
Since Mar 4, 2021.
- Dominant language
- PHP
- Stars
- 4.8k
- Forks
- 662
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
Describe the bug
I've installed Orchid on fresh Laravel 8 project. I've followed Platform installation instruction from official website. After that I try access /admin or /main route, and get error:
Illuminate\Contracts\Container\BindingResolutionException
Target class [] does not exist.
To Reproduce
Steps to reproduce the behavior:
- Create Laravel 8 project
- Folow https://orchid.software/en/docs/installation/
- try access /admin route
Expected behavior
Show platform main screen
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Windows 10
- Browser: Chrome
Server (please complete the following information):
- Platfrom Version: 9.19.8
- Laravel Version: 8.29.0
- PHP Version: 7.4.4
- Database: MySql
Additional context
Laravel instance is served inside devilbox container. I've tried setting .env like
DASHBOARD_DOMAIN=sandbox-l8.loc
or
DASHBOARD_DOMAIN=http://sandbox-l8.loc/
or not setting it, with not success.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.