route::group(array('prefix' => 'admin', 'before'=>'auth', function() { .... });
u just removed the array ? FYI before filter accepts array too .. that wouldnt solve the problem ..
I have the same problem, any ideas guys ?
[EDIT]: I have found the issue, I had a folder named "admin" in my public directory !! Moved that folder and it works like a charm now !
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community