Support the ongoing development of Laravel.io →

diego1araujo

Joined 12 Feb 2014

Statistics

Threads 0
Replies 23
Solutions 3
Articles 0

diego1araujo has not posted any threads yet

replied 9 years ago

Calling file to be downloaded directly !

return Response::download(public_path('your-file.mp3'));

0 Likes
replied 9 years ago

Filter for all destroy methods

Take a look http://laravel.com/docs/eloquent#model-events

0 Likes
replied 9 years ago

How to set default number format for inputs?

http://laravel.com/docs/eloquent#accessors-and-mutators

0 Likes
replied 9 years ago

How to login users immediately after registration

So after you call save(), do: $credentials = array( 'email' => Input::get('email'), 'pass...

0 Likes
Solved
replied 9 years ago

specifying table in model is not working

I've made a test. I created a new project and changed only User Model: protected $table = 'my_user_t...

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.