Hi,
I've been developing on windows and now I'm going to transfer my project to an OSX environment. Setting up a new Laravel environment and so.
I'm using Mamp. route:list works. I've done composer dump-autoload
But when I try to open the webapp I get: HttpException in Application.php line 904: Unable to open file
Have I missed something during installation?
Hi,
I'm facing the same kind of issue.
I have a set of routes which are verified by Entrust in my routes.php file:
// only admin will have access to routes under admin prefix Entrust::routeNeedsRole('admin*', 'admin');
It works perfectly locally but doesn't work on my forge production server.
I get this, since I moved to Laravel 5.1:
[...]
HttpException in Application.php line 839:
[...]
It must be related to Zizaco\Entrust but the weird thing is that it just works on my homestead VM.
Note: before I upgraded to 5.1, my error was on the exact same line as yours : 'HttpException in Application.php line 904'
I might not be that related though. Does any experienced user have a clue?
Thanks!
@naimkhalifa You should set last parameter to false. i guess it ll be helpful https://github.com/Zizaco/entrust/issues/66
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community