I've got a model called Provider and one called Service. A Service has a one-to-many relationship wi...
In the docs, I see DB::table('users') ->where('id', 1) ->update(array(...
Hi there folks, I am having a problem on Laravel, since I am a newbie on Laravel Framework, I am wat...
Seeding creates empty fields into databse, but does not write anything into them. **CategoriesTableS...
Hi To manage the categories and sub-categories of used etrepat/baum package. https://github.com/etre...
Things are going complicated as I started migrating my project to Laravel 5.x. 1. In my view I'm sho...
I'm trying to list online users for Laravel 5. But the user sessions table in my column was constant...
niyazialpay liked this thread
From the example I can dothis and set the collection to users_collection. How can I override it for...
I have to use the following request to get data from DB: $users=DB::select('SELECT id,username, avat...
Hi all I'm having some issues trying to set up a relationship for two Models. ExCompany and ExGroup....
I have a model on which I'm using firstOrNew. if an entry exists, this code: $a = CustomAssets::...
Hi everyone. I have these tables and relative Models (http://laravel.io/bin/kWmrk) network_equipment...
I've a Laravel 4 join as given below: return DB::table(Location::getTableName() . ' as l')->wher...
For example, if I have the following code: class User extends Model { public function tasks()...
I intend to create in my backend where it is possible to create workshops. In the workshops we have...
Hello Laravelers, I have just started learning Laravel on the official website : http://laravel.com/...
Hello friends,Please help me to fix this error. FatalErrorException in news.php line 54: Class 'Ap...
Hi, i´m trying to execute some Redis Commands in a Redis PSUBSCRIBE Loop. It fails with Error: [Pred...
Hi i'm new to Laravel so I apologize for asking a easy questions, I'm just can't quite figure out my...
Hello, I have those tables : question : id - integer name - string user : id - integer name - string...
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