$orders = DB::table('orders') ->join('order_item', function($join) { $join->on('orders.id', '=...
I have the following tables: lessons - lessonID - lessonName .. sections - sectionID - lessonID ref...
So I have this code and I was trying to make these labels and textboxes appear with a button click....
Hello, I would like to know some suggestion about using using mongodb with laravel4. thanks.
I have a validation.php file in /workbench/<vendor>/<package>/lang/en. In this file, I h...
Hi, I'm totally new to Laravel, this is my first install. I downloaded the latest version from https...
Hey, i am quite new into laravel. I saw this in documentation to force a URL serve over https Route:...
I'm developing a package in the workbench, and when I require a few dependencies in the package's co...
Hi! Recently I was using a bit of repositories and one thing I am really curious about is how to imp...
Any recommendations on Out of memory issue in fetching the result in Eloquent? I added DB::disableQu...
Hi, I would like to know if someone could use Google AppEngine datastore API for PHP in a Laravel ap...
Hi, I have 3 tables in my database listings (id, title) categories (id, name, parent_id) category_l...
Hello, I want to enrich the user's web experience with Ajax on my webpage. I'm used to do Ajax calls...
What's the best way to manage a nested resource that is also un-nested? The ideal for me is to use o...
Hello, Been looking for multilingual database based menu package. Anyone have seen any of those arou...
Hi guys. I need to return a list of products that belong to X category, so I created an input parame...
Folks i have got something strange happening with eloquent and the database i can't seem to put a fi...
I have two database that are required to be used for our Corporate Intranet. Is it possible to crea...
Trying to create internal post request using a json body instead of post vars.. but Request create w...
We have PHP web application where the user is doing minimum data operations. This is developed using...
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.