Because the method "all" does not exist. See: http://laravel.com/api/4.1/ - Illuminate\Database\Eloquent
You're probably looking for get().
$email = Email::get();
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community