#What is Laravel Single table inheritance? Laravel Single table inheritance is a Laravel4 package to...
Hello guys, I'm trying to make a post with comments system but i'm stuck at the part with relationsh...
Hi there, today I was re-doing the structure of my application and I had this problem: 1 table conta...
Is there any way to format datetime type coloumn in the where clause of Eloquent. Right now, I want...
object(Illuminate\Database\Eloquent\Collection)#651 (1) { ["items":protected]=> array(8...
I am struggling to fix the following SQL error: SQLSTATE[42S22]: Column not found: 1054 Unknown colu...
What I'm trying to do is use accessors / mutators in the custom pivot class I've created, but I'm ei...
Hello Laravel Community! I'm trying to use a Dynamic Where Query, however it end up throwing a error...
What is the aquivalent to the first() method of the Eloquent ORM, but where i can choose the positio...
On Laravel "4.1.29", I have several different type of users. Each type of user has it's ow...
I have managed to evaluate the occurances of distinct values of a column via a raw query. The result...
Hi all, Suppose I have an orders table and it has a price field. The price values are between 1 and...
So, with laravel 4.27, alot of the FluxBB functions got messed up. current function isn't working, a...
public function destroy($id) { User::find($id)->delete(); return Redirect::route('user') ->wit...
Hello, I've problem with logging into my application, i've tried to use another hashing, but it didn...
how to add column in table migration updated_at ,created_at,delteded_at
Hi guys, I am having a bit of trouble with the app migrating to the production server. I have a clas...
this code in routes.php dont work Route::delete('user', function($id){ $newStudent =User::find($id)...
This one has been bugging be for months and I so far I have not found an comprehensive solution to s...
This happens to me all the time. so you need to work on one model but you don't have the key to use...
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