Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mokhosh committed Nov 30, 2023
1 parent a57e877 commit f3abd4c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ You can install the package via composer:
composer require mokhosh/filament-kanban
```

Publish the assets so the styles are correct:

```bash
# Publish all filament assets
php artisan filament:assets
# OR
php artisan filament-kanban:install
# OR
php artisan vendor:publish --tag=filament-kanban-assets
```

## Usage

You can create a new kanban board using this artisan command:
Expand Down

0 comments on commit f3abd4c

Please sign in to comment.