Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
katsulon authored Nov 18, 2024
1 parent 1121e3d commit 483539f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 483539f

Please sign in to comment.