Fix README.md

This commit is contained in:
James 2024-12-05 19:16:36 +01:00
parent 1901f7d7da
commit 9f0004f9d8
No known key found for this signature in database
GPG Key ID: 3D355F9441C9AC67

View File

@ -15,12 +15,16 @@ ## Installation
composer install
```
```bash
cp .env.example .env
```
```bash
php artisan key:generate
```
```bash
php artisan migrate:fresh --seed
php artisan migrate --seed
```
```bash