I am trying to set up an environment so that the url root is pointing to the application root direct...
I created a custom validation rule that I want to run when another option is selected. It seems that...
I'm new to testing and am trying to figure out how to inject dependencies. I am able to inject objec...
Yeah, the example I showed is how you would do it. You create two models, Attendance and StudentAtte...
Thanks elite123, I hadn't seen the 'sometimes' attribute before. I don't think it quite works for wh...
Am I missing this or does the new site not have an area to view all of the questions and responses y...
I agree that 5.4 is a sensible minimum but it's not always feasible in a corporate environment. Deve...
I would do something like this: $studentAttendance = App::make('StudentAttendance'); $lastRecord = $...
The Laravel portal for problem solving, knowledge sharing and community building.