Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeblauw authored Sep 19, 2024
1 parent 87ddb51 commit c51e110
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ You can install the package via composer:
composer require ndeblauw/blue-admin
```

Or manually add the following line to composer.json for the legacy version:
```
"ndeblauw/blue-admin": "^1.0",
```
or for the newest version
```
"ndeblauw/blue-admin": "9999999-dev",
```


## Usage
When using vite, don't forget to add to `tailwind.config.js`the following line
```js
Expand Down

0 comments on commit c51e110

Please sign in to comment.