diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 07ec847..40bcbd3 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -16,10 +16,9 @@ git clone git@github.com:usetrmnl/byos_laravel.git ```bash cp .env.example .env -php artisan key:generate ``` -#### Install dependencies and Build frontend +#### Install dependencies and build frontend ```bash composer install @@ -27,6 +26,12 @@ npm i npm run build ``` +#### Generate application key + +```bash +php artisan key:generate +``` + #### Run migrations ```bash