Website built in Laravel 8 with the use of Laravel Valet. Database can be built up by Artisan
All used packages can be found in the composer file.
- Used bootstrap for standard UI and HTML grid.
- (Font Awesome)[https://fontawesome.com]
- (Bootstrap)[https://getbootstrap.com]
- Clone repository on local machine
- Run composer install, to install required packages
- Duplicate .env.example and name it .env
- This .env file holds all database related info. Choose and set database credentials.
- To generate a Laravel key, run
php artisan key:generate
- To build up the database, run
php artisan migrate
- To populate the database with data, run
php artisan db:seed
I have tracked my time during development via Clockify. I have spent 9 to 10 hours on the complete setup form scratch, to the result in this repository. This is without watching some tutorials and reading Laravel docs, I estimate this to be 2 extra hours.