is laravel 5 compatble with PHP7? i have a centos 7 VM with NGINX and PHP7 installed, tried running...
i planned to create my own oauth server, do i still need to create a "User" model / databa...
whenever i access a model in service provider it returns an error: Call to a member function connect...
App::middleware('My\Middleware'); this doesn't work anymore.
url('auth/login') is this the only way to get the link to login page? is there a named route for it...
this means that there is no mysql server in 192.168.108.4 or is blocked by firewall.
you are hasing the password twice. once in the create method, second in the setPasswordAttribute....
beaverusiv said: Route::get('auth/login', array('as' => 'auth.named_route', 'uses' => 'Auth\A...
$router->controllers([ 'auth' => 'Auth\AuthController', ]); so instead of using this, i'll s...
in config/database.php [code] .... .... 'default' => 'sqlite_local', .... .... [/code] or use the...
The Laravel portal for problem solving, knowledge sharing and community building.