From b05ddc1eb8686c168787ec15fc3a52a2172356a5 Mon Sep 17 00:00:00 2001 From: jetbrain Date: Mon, 20 Feb 2023 00:15:02 +0300 Subject: [PATCH] Npm init update --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 61ca9bc..06012fb 100644 --- a/README.md +++ b/README.md @@ -47,22 +47,18 @@ npm run init ~~~bash cp .env.example .env ~~~ -5. Create key for app -~~~bash -php artisan key:generate -~~~ -6. Configure db connection in `.env` -7. Migrate migrations +5. Configure db connection in `.env` +6. Migrate migrations ~~~bash php artisan migrate ~~~ -8. Start the server +7. Start the server ~~~bash npm run dev ~~~ -7. Build the server +8. Build the server ~~~bash npm run build