Support the ongoing development of Laravel.io →

tonydew

Joined 22 May 2014

Statistics

Threads 1
Replies 7
Solutions 0
Articles 0
posted 9 years ago

Case Sensitivity difference between Homestead and Forge?

I've started a new project in using Homestead on my Mac (Mavericks), and I'm using Forge to deploy t...

0 Likes
2 Replies
replied 9 years ago

Removing comma from laste array

{{ implode(",", $splits) }} = no space. {{ implode(", ", $splits) }} = with spac...

0 Likes
replied 9 years ago

Auth::attempt() fails

Your form submits to 'action' => 'SessionsController@store'so if you dd() there and get no Input:...

0 Likes
replied 9 years ago

Auth::attempt() fails

You have that email / password combo in the database? dd(Input::all()); at the beginning of your...

0 Likes
replied 9 years ago

Help to write query

From the Laravel docs: Unions - http://laravel.com/docs/queries#unions $first = DB::table('users')-...

0 Likes
replied 9 years ago

Laravel 4 app not found on this server

Your document root is not correct. Set the DocumentRoot for the site to include the /public folder s...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.