So i know this has been asked before about using Eloquent without Models. I did not find the answer...
Here are my results (MySQL result is correct): http://laravel.io/bin/mG0bm I also tried to write thi...
Can someone please help me. i want to know how can i get to opposite of a belongsToMany relationship...
Hi, I'm trying to query a relationship for use with an accessor with getNameAttribute this is my cod...
Hi great minds! I am building an HR software and I will like to implement a special feature which is...
Hey all, I've got an application that needs to run against both a MySQL and SQL Server database depe...
I am trying to connect to a new class model that I set up. I am getting an error can't open stream,...
I've two models House and Postalcode: <?php namespace App\Models; use Illuminate\Database\Eloq...
How would i go about showing data formatted nicely in json allowing the parent data and linked data...
Hi, I have a table with: id employee_name manager_id In this table, manager id is a foreign key to i...
I have the following code, and I can't seem to access it through the model relatioship object. Any i...
How to validate array like this below [2, 33, 24] the value should not be more than 30
Hello, i'm newbie with laravel, I try learn it making some simple projeckt and I have little problem...
I have a strange thing that is happening where I am getting duplicate key errors occasionally - most...
If I have a 'student' model and each student belongs to a 'teacher': class Student extends Model { p...
Hello, How can I access a Model's properties in a Controller in Laravel? In my User model I have thi...
Hi, how can I transcribe this sql select with Eloquent? SELECT * FROM player WHERE concat(YEAR(CURDA...
I'm trying to get the max value of a column in the database, so I'm using something like $maxVal = m...
The documentation for https://github.com/jenssegers/laravel-mongodb doesn't go into much detail abou...
I have the following tables: Table: clients Schema::create('clients', function(Blueprint $table) {...
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