I'm working with Laravel. Trying to work out the best conversion for below. Would I use query builde...
Hi All, I cannot find this in the docs or on SO, so i figured I would post my question here: I have...
Laravel has a first method when accessing an Eloquent model, but is there a way to get the last reco...
I wonder if it is possible to order by list of strings using eloquent? http://stackoverflow.com/ques...
Find By Id Using find() $post = Post::find(2); $post->setHidden(['content','read_more','updated_...
Hi! I'm really newbie and I'm not sure how to do queries with Eloquent. My SLQ query is this: SELECT...
i have this join: $mains = Main::join('builds', 'mains.build_id','=','builds.id')->where('builds....
i have an form that is set to upload an image and update a database with the image data (if needed)....
My application has to adapt to an existing database which uses integer timestamps instead of string...
I want to display 'Recent Comments' from comments table, including HotelName related to that Comment...
I have three primary tables, Accounts, Users, Roles. All accounts are owned by a user but not all us...
Looking at interest at Laravel as a PHP framework. I have a question relating to its ability to use...
I have a Product model in which I use a getPriceAttribute($value) to display a products discounted p...
I started to move all my models to namespaced directories /app/lib/Acme/models, but noticed that whe...
Hi everyone, so what i want to happen is when the form is submitted, an image is uploaded and the mo...
Hi! I have a little problem that I'm not quite sure how to solve it. To simplify, lets say that I ha...
Hi everybody, I'm just getting started with Laravel and SOLID development, and I'm having trouble fi...
I'm new to writing test cases and I'm writing a test to see if the edit resource page is shown corre...
In my controller I have: public function __construct() { $this->beforeFilter('auth', array('excep...
I have a table ranks as position player_id 1 77 2 99 3 12 and one more table players as id na...
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