View [auth.login] not found
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
View [auth.login] not found
Hi,
I have read guides and process step by step, but when finished and I want to login to admin page, I got this message
InvalidArgumentException in FileViewFinder.php line 137:
View [auth.login] not found.
Can you help me how to solve this error ?
Thanks
I have read guides and process step by step, but when finished and I want to login to admin page, I got this message
InvalidArgumentException in FileViewFinder.php line 137:
View [auth.login] not found.
Can you help me how to solve this error ?
Thanks
Re: View [auth.login] not found
Which Laravel version are you using?
If you are using 5.1, you have to create your own view files in "./resources/views/auth/" like described in the Laravel docs: https://laravel.com/docs/5.1/authentica ... uded-views
If you are using 5.1, you have to create your own view files in "./resources/views/auth/" like described in the Laravel docs: https://laravel.com/docs/5.1/authentica ... uded-views
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: View [auth.login] not found
I'm sorry my mistake.
I forget to do php artisan make:auth
I forget to do php artisan make:auth