- PHP >= 7.1.3
- Laravel >= 5.8
- Composer
- Git
git clone https://github.com/Carlosferrerhernandez/auth-users.git
cd auth-users
composer install
cp .env.example .env
php artisan key:generate
php artisan serve
inicie el servicio y verifique en http:localhost:8000/
- Taylor Otwell (Creator of Laravel)
- Carlos Ferrer