Skip to content

Commit

Permalink
Merge pull request #90 from savannabits/4.x-dev
Browse files Browse the repository at this point in the history
README: Added the Filament Theme command documentation
  • Loading branch information
coolsam726 committed Apr 15, 2024
2 parents 14df962 + 76a3ecb commit b93f01b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '^8.2'
php-version: '8.2'
coverage: none

- name: Install composer dependencies
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,14 @@ php artisan module:make:filament-plugin

Follow the interactive prompts to create a new plugin in your module.

### Create a new Filament Theme

```bash
php artisan module:make:filament-theme
```

Follow the prompts and instructions to create a new Filament Theme in your module and to register it to your panel.

## Testing

```bash
Expand Down

0 comments on commit b93f01b

Please sign in to comment.