You can download the source code for this tutorial here: https://www.ericsdevblog.com/index.php/beginners-roadmap-to-web-development/ Model is a very important concept in modern web design.
Right now, this database is empty, in order to use it, we need to add some database tables.
And we can create a new migration file with a simple command: php artisan make:migration create_flights_table We can apply the migration file like this: php artisan migrate