Palzin Track
Get 15% off with code PTRACKSIGNUP15 

Laravel Diary Logo

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 site and realize you dont have a user to log in with yet. So your...