I'm new with laravel, I read the documentation of laravel, but I don't know how I make an authentication with a real mysql database. I mean, I see that there is a php migration command, but it makes a table in php and not in my database right ? Actually, I have a mysql database with a user table with login and password. I'm lost with this framework, because I never used a php framework.
Thanks !!
Edit : Excuse me, I misspoke and my problem has evolved, how did you to authenticate with a user table already exists in the database by using the Authentication service?
php artisan make:auth