Fix README.md

This commit is contained in:
James
2024-12-05 19:16:36 +01:00
parent 1901f7d7da
commit 9f0004f9d8

View File

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