Open the Xampp dashboard, start Apache and MySQL server.
- Open your browser & then localhost where you'll find the dashboard.
- Click on PhpMyAdmin where you'll find all your databases (after you migrate them).
php artisan serve
php artisan migrate:fresh --seed
Check the Laravel documentation for creating controllers, models, migration...
Note: Use proper naming conventions as described in the documentation.