I am using Laravel framework of PHP for development.Now for my application, i want to stor...
MY main problem is, i set the table in user model and also in auth.php in config but still its sho...
Hi, i tried to set table in User model like this 'protected $table = 'users_account'; ' but its...
Hi, I want to use the laravel's encypt fucntion to encrypt my password field so for that i need to...
Hii, i need a free or open source IDE that has support for laravel code completion and also has a de...
JackEllis said: Do you have any environment files that might be overriding your main config files?...
diego1araujo said: As I told you, It keep using 'users' table.. so maybe changing auth.php file mig...
diego1araujo said: You also need to open up app/config/auth.php and change 'table' item with your t...
barryvdh said: I doubt that you are going to have 1M users soon, but Laravel should scale okay. I d...
@Edwin>Edwin-Luijten said: You should NEVER store passwords as plain text. Also, you should NOT...
The Laravel portal for problem solving, knowledge sharing and community building.
The community