We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I run wardrobe cms on window 7 with php development server.
I run from cmd like that php artisan serve and I go to the http://localhost:8000/
http://localhost:8000/
But I got InvalidArgumentException View [default.index] not found. error.
InvalidArgumentException View [default.index] not found.
I have been see here https://github.com/ericbarnes/wardrobe/blob/master/app/config/view.php#L16
https://github.com/ericbarnes/wardrobe/blob/master/app/config/view.php#L16
Change the view path to use the laravel helper.
I already try above one also but it's still not ok. Someone help me and I think this is a bug.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I run wardrobe cms on window 7 with php development server.
I run from cmd like that php artisan serve and I go to the
http://localhost:8000/
But I got
InvalidArgumentException View [default.index] not found.
error.I have been see here
https://github.com/ericbarnes/wardrobe/blob/master/app/config/view.php#L16
Change the view path to use the laravel helper.
I already try above one also but it's still not ok. Someone help me and I think this is a bug.
The text was updated successfully, but these errors were encountered: