Create Your First Laravel User
This is a quick tip to get that first user created in your application so you can log in and start testing things out.
You just installed a new Laravel application, configured the database, and ran migrations.
php artisan migrate
Now you go to your ...
seankegel.com2 min read