Have you checked your logs (app/storage/*) to see what error is being thrown? If it's doing an AJAX request to get the page have you used an inspector to see what the response is?
Also, you are missing the last ' in this code.
return View::make('mobilepages.mobilepage1);
The inspector showed that a password is needed as an input. So i added a password field and validation. Now the app works :D
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community