I've started a new project in using Homestead on my Mac (Mavericks), and I'm using Forge to deploy t...
{{ implode(",", $splits) }} = no space. {{ implode(", ", $splits) }} = with spac...
Your form submits to 'action' => 'SessionsController@store'so if you dd() there and get no Input:...
You have that email / password combo in the database? dd(Input::all()); at the beginning of your...
From the Laravel docs: Unions - http://laravel.com/docs/queries#unions $first = DB::table('users')-...
Your document root is not correct. Set the DocumentRoot for the site to include the /public folder s...
The Laravel portal for problem solving, knowledge sharing and community building.
The community