move note up a level

This commit is contained in:
2025-10-30 00:46:28 -07:00
parent f8f6c2c112
commit e7c90db220

View File

@@ -34,6 +34,8 @@ Apply all migrations to the database:
php artisan migrate
```
**Note:** this step has to be redone every time a new database migration is written.
### 3. Generate key
Your .env should look something like this prior to running the command:
@@ -54,8 +56,6 @@ Generate Artisan key necessary for accessing endpoint:
exec laravel php artisan key:generate
```
**Note:** this step has to be redone every time a new database migration is written.
## Development