Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 565 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 565 Bytes

You will need PHP8, Composer and Docker installed on your machine to run this.

Clone this repository down locally, copy .env.example into .env, and run

composer install

to install the required packages.

This Laravel project has Laravel Sail installed (https://laravel.com/docs/9.x/sail), to run the project locally in Docker.

Once you have Docker installed, and have registered sail in your terminal profile (https://laravel.com/docs/9.x/sail#configuring-a-shell-alias), run

sail up

to start the local environment, and access it at http://localhost.