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...
In Laravel there are these three things: Doctrine Eloquent Illuminate Can someone please provide m...
I've upgraded Laravel from 4.0 to 4.1. My application sets Cookies, which I also use in javascript....
Hi guys, I'm using "Sharel4" (http://packalyst.com/packages/package/thujohn/share) package...
I logged in using http://dongkoy.com/ but when I visit http://www.dongkoy.com/ I am not logged in an...
Hey everyone, I am working on creating a news area for a local organization in my hometown. The basi...
Hi there , can anybody post here ls -la from the laraven clean project installation? I installed it...
Hi Guys, We're doing a large Laravel project for a customer and time is running out for the deadline...
I want to protect/encrypt Laravel project source code. Pl help me
Hi, When implementing localisation, I know the key is returned if a matching key/value pair is not f...
Laraphrases is a package for live editing phrases on websites. Github: https://github.com/orkhan/Lar...
Hi, I have a problem with redirecting on laravel. For example that's a route that doesn't work Route...
This is probably very simple, in Laravel anyway :-) I have a table of products that I access a produ...
Ok, This works well $total_sales = OrderLine::where('product_id', '=', $product->id)->sum('qua...
Hey guys, I have this working controller, that I would like to clean up if possible, since i am sure...
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...
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