Hi guys. I missunderstand something. I have two tabels: Products (id, sku, brand, name, etc.) publi...
For example, you might have a "My Account" section on the frontend for users, and a User E...
Hi, I'm trying to filter my results based on a field value. Some informations Laravel 5.3 postgres...
Hello, i'm new user of laravel and i tried use migrations relationship but it doesn't work. Can you...
As the title says, for some reason when using DB::raw and an alias within DB::raw the alias name (fo...
Basically I have this problem which keeps occuring. Once a user subscribes, it all works fine. He ca...
laravel4 app/models/User.php not exist namespace so php artisan tinker > (new User); is worked l...
Hey, quick question. Laravel enforces naming conventions on its Models. If you name a Model "Us...
Hi, im using Sentinel in my project. I am new with laravel, and i need some explanation regarding Se...
I have a slider on the home page with the last 3 rows added here is my code and it's working perfect...
Good day: I've been on this for several days and I believe the Eloquent module has unnecessary level...
How can I get the parent without children with child's eloquent model? Child eloquent: class Product...
I'm returning a simple list of tag names using 'pluck()' in L5.3 I can foreach over these ok, but if...
How can use I mysqli database driver in laravel? I gone through the documentation and found that lar...
My code is like this : <?php use Illuminate\Database\Seeder; use Illuminate\Database\Eloquent\Mo...
I having two table, first is Roundtable and second is Table Categories, when user logged they can ch...
I've this query: $periodo = Input::get("periodo"); $programa = Input::get("programa...
How would I achieve this? I am confused weather to use onetomany, hasmany, belongsto? Help me out.
Is there a way to catch the table names if I run migration from a controller?
I want to show data from database: for every id_grup has many lapangan(court) $groups_resource...
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