Hi! I have a very specific small project need -- I need users to be able to upload their images (and...
I have 2 tables: listings and listings_specifications Listings table id type status location specifi...
I'm trying to adhere to the thin controller, fat model design so I want to put my validation in my m...
I'm unable to figure out how to set up/configure connection pooling for my SaaS app created using La...
Hey everyone, I am working on creating a news area for a local organization in my hometown. The basi...
I have a 3NF design (Tag , Item_Tag, Item) As below but it wont work because i'm looping the same ol...
I tried to create a table with artisan but it`s not setting up the table: I already puted the relev...
I am trying to create an application that would store lots of meta data for a user and the same meta...
I'm having a bunch of trouble with model scopes. I have one scope that works properly, called direct...
How do I translate this to eloquent or query builder? DELETE p1 FROM products p1, products p2 WHERE...
Hello Does any body have any code to batch process 200k+ records are calls and i am post processing...
I have a many to many relationship setup like this: Product Model: public function skus() { return...
ostap liked this thread
http://laravel.io/bin/mNVV
Does the first line go to the database and wait for a response and then move on? Or are these combin...
I'm currently working on a browser game built with Laravel to get into laravel more. I'm currently r...
Hi, How can I convert this Query Builder Statement in Eloquent? return \DB::table('province')->jo...
I have a model where I always want the results to orderBy a certain way. Is there a way to enforce...
Hey fellow Laravel friends, I'm trying to build status updates like Facebook. But my question is how...
Hi guys, I'm new to laravel. This is a great framework. I'm ran into an issue that I don't know how...
#I want to know how to copy existing table through PHP script.. I am new to Laravel. I am trying to...
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