Installing "ORCHID" in a Ravel 5.5 Development Environment

Asked 2 years ago, Updated 2 years ago, 88 views

https://orchid.software/en/docs/requirements/
I have installed it with reference to , but it doesn't work.

Inherit your model App\User

namespace App;

use Orchid\Platform\Core\Models\User as BaseUser;

class User extensions BaseUser
{

}

I'm at a loss because I don't understand that.

The development environment is
Build with Windows 10 Vagrant HomeStead VirtualBox.

The result is
Sorry, the page you are looking for could not be found.
will be

I'm having a hard time moving forward

Thank you in advance.

php laravel-5 cms

2022-09-30 20:24

2 Answers

change the address of the page you are accessing in config/platform

Sorry, but the documentation in Russian covers more supplies


2022-09-30 20:24

Inherit your model App\User, this means replacing the contents of the file
App\User.php

You can use the installer


2022-09-30 20:24

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.