I am developing an web application using Laravel 5 and AngularJS. I am using pure angularJS app for the client side and I am putting the client app files (views) in my public
folder.
In Laravel 4, I could change the path from the bootstrap/start.php
file. But in Laravel 5, I can not see the start.php
file. So where do I change the configuration in Laravel 5?