Hello. There's my controller code: $site = new Site; $site->fill(Input::only('name', 'slug', 'con...
Hello all, I have innormal problem. My code (I'm using Slim): $app->get('/delete/:id', function($...
Hi all! Sorry for my bad english. I want to create this route: /{slug} GET - site.show And oth...
Is laravel by default sending charset coding header? Is it utf8? Can iI skip my meta[charset] tags?...
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.