Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tareq1988 authored Feb 9, 2024
1 parent 2ff14b5 commit d06834f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,25 @@ Ensure you have the following installed:
```bash
php artisan key:generate
```
To set the application logo, add a square image as logo in the environment:

4. **Run Database Migrations**
```bash
APP_LOGO='https://path/to/logo.svg'
```

5. **Run Database Migrations**

```bash
php artisan migrate
```

5. **Install JavaScript Dependencies**
6. **Install JavaScript Dependencies**

```bash
yarn
```

6. **Build Assets**
7. **Build Assets**
```bash
yarn build
```
Expand Down

0 comments on commit d06834f

Please sign in to comment.