https://orchid.software/en/docs/requirements/
を参考にしてインストールしていますが、うまくいきません。

User

Inherit your model App\User

namespace App;

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

class User extends BaseUser
{

}

という部分が分からず困っています。

開発環境は
Windows10 Vagrant HomeStead VirtualBoxで構築しています。

結果は
Sorry, the page you are looking for could not be found.
となります。

なかなか前に進まず困っています

宜しくお願いいたします。