From 483539f0747601a87a52390bdba8ba942079a4cf Mon Sep 17 00:00:00 2001 From: katsulon <117384332+katsulon@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:44:49 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d85f03..8b6160a 100644 --- a/README.md +++ b/README.md @@ -12,22 +12,23 @@ The goal is to create a web application using the Laravel framework, allowing an ``` cp .env.example .env ``` -4. Install dependencies +3. Install dependencies ``` composer install npm install ``` -5. Configure project (to execute in the workspace) +4. Configure project (to execute in the workspace) ``` php artisan key:generate php artisan migrate php artisan db:seed ``` -6. Start servers +5. Start servers ``` php artisan serve npm run dev ``` +6. Access website on the following URL: http://localhost:8000