Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis authored Sep 6, 2024
1 parent c799d5d commit 50a3790
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ alias larament="composer create-project --prefer-dist CodeWithDennis/larament"

This allows you to simply use `larament project-example` in your terminal.

```bash
larament project-example
cd project-example/
npm install && npm run build
php artisan db:seed
php artisan serve
```


## Screenshots
![user-global-search](resources/images/user-global-search.jpg)
Expand Down

0 comments on commit 50a3790

Please sign in to comment.