A step by step series of examples that tell you how to get a development env running
$ git clone <url>$ composer install- Create .env file as per .env.example. #REQUIRED line must be change
$ php artisan key:generate- Set DocumentRoot to {PROJECT_HOME} / public
- Access from Browser
- PHP 8.1
- Composer 2.3.10