good morning, someone who can help me, I need to create a route between father son model to model, l...
Hi, I'm writing some tests for my controllers, however I'm not sure about some of my urls yet. When...
I really like this forum and how it is working but sadly it's not build as package. Of course I can...
I want to create a filter that depends on outside variable from domain: Route::any('/{id}', array(...
I've looked around for a tutorial or a best practice for implementing a filter for results. I would...
Hi everyone, I'm building a web application and try to separate the concerns as good as possible. Ho...
Hi guys, Im currently working on a laravel project and I'm really stuck.. Im calling a page via ajax...
Hey gang, I'm having an issue with being able to use the Laravel4 module in Codeception. Whenever I...
I'm getting the following error ReflectionException Class Trinity\Users\UsersRepository does not exi...
return View::make('home')->with(array('posts' => $posts)); The above is working for me, so I...
I am extremely sorry for this novice question in the link http://laravel.com/docs/routing#route-filt...
Given this URL structure www.example.org/category www.example.org/category/subaction1 www.example.or...
I'm building multiple page quiz. When users select options(answer) for a question, it should store i...
Hi all! How do I get rid of the index.php file in the URL? Currently my site works either way: http:...
Hi, I'm not sure I'm doing this the right way as it seems very messy. Moving my controllers from the...
Hello I have a some problem with Request::wantsJson() and Request::isJson() return value (boolean) I...
I upgraded Laravel4.0 to 4.1. But The code (below) is not working well. example: Redirect::action('S...
Hello. I'm building a big storage app for some official documents witch are also digitaly signed. I...
I have: class ProfilesController extends BaseController { public function getTest() { return Vie...
In the ./application/start.php file, is there a way to respond with the 500 error page here, before...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community