I want my query to return the rows of the table where a column contains a specific value first, and...
Overall laravel doc is excellent but documentation regarding Optimization and Performance is a bit l...
hi guys, im new to laravel and im wondering if it is posible to install laravel dependencies by usin...
I wish to make a select box of city names for a form. I have been able to create and pass to my view...
Is this a good design? use Acme\Interfaces\AuthenticateInterface as AuthenticateInterface; class Lo...
My dateTime fields are stored in mySQL as a timestamp and the fields are mutated? as below: public f...
Hey, i have this code $skin = Input::get('skin'); if(is_int($skin) && $skin<300) {...
Hello all! I'm having a rather frustrating time with an error and can not seem to work it out. I h...
Retrieving records works correctly but updating items through save() does not do anything. It doesn'...
Hi everyone, I'm using the Eloquent module outside of Laravel in this way (with sql server) // Compo...
I am getting this error once I add a prefix to the route in routes.php Route::group(array('before' =...
I've thought it was "rout" not "root". Please let me know which is the correct o...
The client wants users to be able to login using their email addresses and password, so I can use th...
I'm not sure if this is the right place for this but... I would love to be able to setup mongodb dat...
Hi, I want to have a layout like image below, as you see there are two areas(content, sidebar). Ever...
The Laravel PredictionIO library provides a client which offers easy access to a PredictionIO recomm...
Hi all, does anyone know a good tool to perform load testing ? (I used JMeter but I need another too...
I decided to test out polymorphic relationships and of course, I got stuck at the beginning. I want...
So I'm trying to bake automatic caching into some of my models. I use ardent for validation, so I've...
Hi all, i need to validate if marks is choosen and that's it with routes.php but when the validation...
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