Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Feb 4, 2023
1 parent b342ef1 commit d2aac36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ Like most PHP libraries, we recommend installing Leaf UI with [composer](//getco
composer require leafs/ui
```

Or install the next version of Leaf UI:

```bash
composer require leafs/ui@dev-next
```

This will install Leaf UI into your application. You don't have to worry about bloating your application: Leaf UI has no external dependencies.

After this, you can use all of Leaf UI's methods and components.
Expand Down

0 comments on commit d2aac36

Please sign in to comment.