Hello! Sorry for my bad english I have migration: DB::table('settings')->insert([ [ 'name' =>...
I have newest files and problem is still there. Any other sugestions?
This: $page = new \Page; $page->fill(\Input::only('name', 'slug', 'content', 'type')); $page->...
why not? http://laravel.com/api/4.2/Illuminate/Routing/Redirector.html#method_route
I think you mistake this of return Redirect::route();
The Laravel portal for problem solving, knowledge sharing and community building.