return Response::download(public_path('your-file.mp3'));
http://laravel.com/docs/eloquent#accessors-and-mutators
So after you call save(), do: $credentials = array( 'email' => Input::get('email'), 'pass...
I've made a test. I created a new project and changed only User Model: protected $table = 'my_user_t...
The Laravel portal for problem solving, knowledge sharing and community building.
The community