I'm building a REST API for a large data set, and running into a performance issue I'm not sure how...
Github: https://github.com/IonutBajescu/frod Documentation: http://frod.ionut-bajescu.com Demo: {{Fr...
Hi All, Trying to figure out laravel validation for my user model. I can manage to return all the er...
Hi, what's the difference between return View::make('x')->with('viewData', $viewData); and retur...
Hi, i call this somewhere in the CustomerController(): $results = CustomerModel::getCustomers(); Th...
Our biggest weekly report yet. Lot’s of goodies and updates. http://bit.ly/1l7wLUg
I am new to laravel, please guide me in fetching data from database, i am able to show the data on t...
Hello, I'm hoping I can get help with a dilema I ran into. I hope it's something simple. I have a me...
Hi all, I have the following query: $posts = Post::where('category_id', '=', $category->id)...
I was working my way through the phpacademy tutorial "Laravel To Do List App" and after I...
Hello guys I have this problem. I have a Form that contains several pages (think a multiple step pol...
Hi, How do i list the table values which are stored on today date using the created at
After package is submitted i got this message "This package is not auto-updated. Go and set up...
Does anyone know how to turn on mod_rewrite? Server runs perfect with 'vagrant up' I have ssh into s...
Hey There, I'm actually looking for a way to make this kind of Url when using my Redirect::intended(...
I feel this may be a simple question; but I can't, for the life of me, figure this out. I'm relative...
Where can I configure the mime type settings? I am using laravel 4.2 and my upload form should valid...
Hi, any idea how to clear the input? After passing the validator my script has var_dump(Input::all()...
I'm wanting to use my own error handler with certain controllers. For API endpoints, I want to catch...
I want to reuse the logic of binding a {slug} to a model, in several resources. Route::bind("sl...
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