orchidsoftware / orchidsoftware/platform

Can't access platform after fresh installation

Open
#1,601 2 comments 0 reactions 1 assignee View on GitHub

@tabuna is already working on this.

Since Mar 4, 2021.

Errors Pending
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:

  1. Create Laravel 8 project
  2. Folow https://orchid.software/en/docs/installation/
  3. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.