What is the best way to check whether your model is saved? If I have something like this: $career =...
So I have this situation where i need to make dynamic amount of fields. But I can't find in document...
Hello! I have a huge oracle application (using yajra/laravel-oci8 for oracle interface). I want to c...
Hi guys, I want to output some listings from my database table, with a very specific relationship pa...
Hello. I have Location and Contact models which are many to many related. I've creted a global scope...
SELECT * FROM abc WHERE user_id = 2 AND DATE_FORMAT(created_at,'%d-%m-%Y') < '11-09-2014' ORDER B...
What I'm trying to do is aggregate data about customer's invoicing and credit notes contained in two...
Hey, just tried to update from Laravel 4.1.30 to 4.2.8. Had to undo it because of general troubles w...
Hi, Suppose I have a model Sensor which hasMany Measurement. The models have these fields: Sensors:...
Hello i've been using laravel in very simple projects but now i'm facing a more complex one and i do...
is there any best practice on how to to apply PDO prepared statements in laravel 4 Eloquent ?
I don't remember doing anything out of the ordinary, but I suddenly realised a boolean column in my...
This has probably been asked a million times but how do I access the Laravel framework classes from...
I've turned this question into a helpful post after resolving it myself. So I'll post the snippets o...
want to filter stripe listing all api. Am writing this code to filter delinquent is true . using lar...
Hi guys, I have a project with some images associated with it, how can i order the images ? I tried...
Hi guys! I am running into an issue. For some odd reason Laravel is adding is null to the query. I h...
use Illuminate\Database\Seeder; class DatabaseSeeder extends Seeder { /** * Run the database se...
Pulling my hair out over this one - Eloquent create only seems to be inserting certain columns Doing...
I'm probably being dim but I can't see an example of how to do this. So I have a bunch of users, and...
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