In this post, we start building a Laravel 8 Application just created. You can follow the tutorial Create a Laravel 8 application from scratch to install and create your first project and the initial application structure. However, this can be applied to a project created using the Laravel Sail tools or Composer.
The main areas to work at the start of the project are:
- Understanding the project directory structure
- Navigation paths, adding/modifying routes
- Application screens, creating/modifying views