Hi, Has anyone experienced that URL::route() generates URL's with a different subdomain? I have a ma...
Not sure what your question is but resources/public does not exist..
I would use L5 if possible, it has been optimized more compared to L4. Also, if your environment is...
Can you share the code in your controller and view? You might want to use the pastebin.
Are you using L4 or L5? Seems like a roue filter or middleware is the problem..
$this->app->bind('UserRepositoryInterface', function() { return new EloquentUserRepository...
The Laravel portal for problem solving, knowledge sharing and community building.