Hi. I'm trying to add some postgresql functionality to Eloquent. I've already made it so I can migra...
I have this models: class Users extends \Illuminate\Database\Eloquent\Model { protected $table =...
Hi all, i'm evaluating Eloquent ORM in a project. The DBA won't allow me to do the 1+1 select querie...
I have a seeder that ended up working when I added protected $guarded = ['id'] to the model class of...
Hi, I want to save the user data in a database session and access to these later. The app has a reme...
I keep getting the error "Undefined offset: 0", and i don't understand why. When i debug $...
Hi, I have three tables: resources, locations and location_supplies The resources table contains the...
Hi, I looked inside what's Laravel do in eloquent, query, etc and wondering why, when a query is don...
So the cops have been round and told me I am doing something illegal. This is my paperwork to prove...
I wanted to extend the MySqlGrammer to provide support for the MySql colum type 'set' while using th...
Hi. Is it possible to extend a schema grammar ? I would like to modify a method here : https://githu...
Hey guys, Im using the Intervention image to allow users to upload their images - this part works. W...
I'm using Laravel 4's pagination (which I have used successfully in the past) and have hit an odd er...
I know to override the standard "id" column for primary key in an Eloquent model that you...
Hi, I'm new to laravel. Currently trying to use eloquent in one of my application. I've 3 database t...
so i have this join query $artikels = DB::table('artikel') ->leftJoin('kategori_artikel','artike...
Hi guys, I'm working on creating my own Project Manager, I currently have a projects, users and a pr...
I cache the results of a query using the remember method. But how to cache all query?
This is my query simplified bellow. I have to use an alias as I am using union/sub query. (select d...
Hey all, I want to create a standalone script that I can call from an iOS App that will output XML....
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