From 76a3ecb4a6b346e0aa8ca46782f6b2c27e7a3bf8 Mon Sep 17 00:00:00 2001 From: Sam Maosa Date: Mon, 15 Apr 2024 14:01:40 +0300 Subject: [PATCH] README: Added the Filament Theme command documentation - FIX: Removed caret from php version in php-stan --- .github/workflows/phpstan.yml | 2 +- README.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 886a9cdc..c1a2fa82 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -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 diff --git a/README.md b/README.md index 80c47904..6fa5059e 100644 --- a/README.md +++ b/README.md @@ -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