I am having problems with Laravel setting the dirty flag (isDirty getDirty) when I update a Model ev...
Hello Community! All code is prototype, so syntax might be not 100% correct. I have 3 models A,B and...
i have a table that's belong to few other tables , at the moment of add new recored into it need all...
Hi, is it possible to have variables in the Schema builder? $table->string('us_ico')->default(...
I got 30 odd classes and code written in L4.2. Using eloquent extensively i have always used XyzMode...
Hi everyone! I'm a newbie in Laravel, and i'm right now i'm working on the Homestead vm using Larave...
I created a model and extracted data using the model from database via controller Like $data=datab...
Hello everyone, I use the extension fairholm/elasticquent. When I use the function putMapping, I hav...
I am using eloquent orm with codeigniter 3. Working perfect but problem is how to access errors like...
hi, I try to do a very simple query without success. I have a table "societe" with field p...
I was tinkering around with larval, getting ready to build an API for Ember Js. In my models I exten...
One team I'm on right now is in the process of building a massive application on Laravel. As we've a...
I currently have a pivot table (users_toys) joining a users table and toys table. There are 4 column...
I've a user model which has a 1:1 relation with a UserInfo model class User extends Model implements...
how to do substring inside query if the name are kevin_001 User::where(substr('name', 0, strpos('nam...
I'm in the process of upgrading to 5.1 and I'm really liking the changes that have been made, and th...
I have been using Laravel for a couple of years now and whenever I have created a model it gets auto...
Hi all! Hope you can help me converting this raw sql because the converted one I have is not working...
Sorry if this has already been addressed, but I didn't find anything by searching Binary Data on the...
I'm very new to Laravel and am currently building a multi-tenant app. Basically when anyone signs up...
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