In my routes I am using the csrf filter, and it is working fine. Route::get('items/index', array('be...
I have written a PostGres function that uses a CTE to return me a result set. The result set contain...
I apologize in advance if someone has addressed this on a separate thread and I just didn't see it....
What am I doing wrong? I have a 'Category' model that is the model for my table 'categories'. In the...
I would try it without the "new Dog" part like this: $dog = array('dog_name' => $dog_na...
Do you have a model for both Suppliers and for Users? I'm having a hard time understanding your ques...
DB::table('table')->insert(array('column' => Table2::orderBy('id', 'desc')->first()->id)...
No problem, glad I could help
It looks like you've already got the data from the database. That's the most important thing in rega...
The Laravel portal for problem solving, knowledge sharing and community building.