Support the ongoing development of Laravel.io →

abelgo

Joined 15 Feb 2014

Statistics

Threads 4
Replies 15
Solutions 2
Articles 0
posted 9 years ago

The I just want one instance of the model not the collection problem

This happens to me all the time. so you need to work on one model but you don't have the key to use...

0 Likes
2 Replies

Aliasing and building derived database column names How to make this easy ?

This one has been bugging be for months and I so far I have not found an comprehensive solution to s...

0 Likes
3 Replies
Solved

How to handel concurent updates that happen to a model while you have it open.

I have a problem where I have to get an Eloquent model read the data then call a complex stored proc...

0 Likes
1 Replies
Solved

Database Eloquent Modeling with dynamic table names ?

How can I model dynamic tables names. For example. A product has orders, all orders for the same pr...

0 Likes
1 Replies
Solved
replied 9 years ago

Auth problem

Did you add all the filters also try calling logout then having another try

0 Likes
replied 9 years ago

Reading JSON from view in called controller

JFeuchter said: Hi Im trying to send an array of data so I can destroy the IDs beeing sent in the a...

0 Likes
replied 9 years ago

Aliasing and building derived database column names How to make this easy ?

Thanks .. That would have been been really good to know 6 months ago. ;-) Is there any documentation...

0 Likes
Solved
replied 9 years ago

Model with calculated sql field doesnt paginate

$results = Search::select( DB::Raw('version_id, slug, full_title, ' . $matchcol . ' as score')...

0 Likes
replied 9 years ago

Integer Dates with *SQL Database in Laravel

I'm not a fan of overriding and try and use something the way it was made if possible. What I will...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.