move note up a level
This commit is contained in:
@@ -34,6 +34,8 @@ Apply all migrations to the database:
|
|||||||
php artisan migrate
|
php artisan migrate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Note:** this step has to be redone every time a new database migration is written.
|
||||||
|
|
||||||
### 3. Generate key
|
### 3. Generate key
|
||||||
|
|
||||||
Your .env should look something like this prior to running the command:
|
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
|
exec laravel php artisan key:generate
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note:** this step has to be redone every time a new database migration is written.
|
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user