Is there a way of escaping or preventing the default behaviour of the '@' symbol in a blade template...
Hi guys, I'm pretty new to Laravel (a couple of weeks in) although I've used Yii and regular PHP for...
I'm wondering about the recommended folder structure for Homestead when using PHPStorm. My initial c...
Look in /app/config/session.php under session lifetime. If it is set to zero (0) change it to 120 or...
public function onewayflightresults() { $search1 = Input::get('destinationto'); dd($search1...
The problem could be that your server has magic quotes on unless you're using addslashes() on the in...
Yaml file looks ok but I wonder if it's stumbling because of the space in the path? Try enclosing th...
If the second dd() doesn't get reached, it kind of suggests that the error is here: Mail::send('movo...
The Laravel portal for problem solving, knowledge sharing and community building.