vanilophp / framework

The truly Laravel E-commerce Framework
https://vanilo.io
MIT License
810 stars 102 forks source link

Installation issue: Route [login] not defined #69

Closed rgasch closed 4 years ago

rgasch commented 4 years ago

I've followed the install instructions given on https://vanilo.io/docs/1.2/installation

Everything worked well except for this step:

php artisan make:auth

which is not a recognized artisan command (I proceeded with the other steps, this may explain my problem).

Now, when trying to reach the admin login page, I get

Route [login] not defined

Please advise how to proceed/fix this.

fulopattila122 commented 4 years ago

Correct observation. This is due to the required dependency of laravel/ui package (or something else that provides these functionalities). See also vanilophp/docs#11

Fix is about to come within the next days.

rgasch commented 4 years ago

Thank you for your prompt reply! :-)