specialtactics / laravel-api-boilerplate

Laravel API Boilerplate | Quickly build quality API products!
MIT License
490 stars 94 forks source link

I can't access view from the web routes #51

Closed Tarhex closed 3 years ago

Tarhex commented 3 years ago

I want to run a web application side by side with a mobile application. I have enabled the web route in the RouteServiceProvider.php but when I try to access a page via route, I get an error that InvalidArgumentException View [index] not found..

Please , how do I solve this?

Tarhex commented 3 years ago

I just found out that views folder was not existing, I created one and that was it.