From 70c623510516cda7a345bbdb9b590efd39f8e3ef Mon Sep 17 00:00:00 2001 From: Sunny Date: Thu, 21 Aug 2025 13:27:05 +0200 Subject: [PATCH] chore: minor fixes for documentation --- docs/DEVELOPMENT.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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