Skip to content

Commit

Permalink
Merge pull request #3 from rgasch/dev
Browse files Browse the repository at this point in the history
Added ThemeColorSwitcher + Google reCaptcha plugins
  • Loading branch information
rgasch authored Oct 31, 2022
2 parents 6d0ce8d + 3a8430a commit 4f051c1
Show file tree
Hide file tree
Showing 5 changed files with 273 additions and 62 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,6 @@ VITE_PUSHER_HOST="${PUSHER_HOST}"
VITE_PUSHER_PORT="${PUSHER_PORT}"
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

NOCAPTCHA_SECRET=
NOCAPTCHA_SITEKEY=
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ of basic utilities and goodies pre-installed.
## New Installation

```bash
composer create-project --prefer-dist rgasch/filament-extended-starter-kit FilamentStarterKit
composer create-project --prefer-dist Rgasch/filament-extended-starter-kit FilamentStarterKit
```

Install dependencies
Expand Down Expand Up @@ -53,6 +53,7 @@ login screen. Log in with the user you created in step #4 above.
- [Fortify](https://filamentphp.com/plugins/fortify)
- [FullCalendar](https://filamentphp.com/plugins/filament-fullcalendar)
- [Gravatar](https://filamentphp.com/plugins/gravatar)
- [Google reCaptcha Field](https://filamentphp.com/plugins/google-recaptcha-field)
- [LanguageSwitch](https://filamentphp.com/plugins/language-switch)
- [LogManager](https://filamentphp.com/plugins/log-manager)
- [Menus](https://filamentphp.com/plugins/menus)
Expand All @@ -68,6 +69,7 @@ login screen. Log in with the user you created in step #4 above.
- [StaticChartWidgets](https://filamentphp.com/plugins/static-chart-widgets)
- [TableBuilder](https://filamentphp.com/docs/tables)
- [TallInteractive](https://filamentphp.com/plugins/tall-interactive)
- [ThemeColorSwitcher](https://filamentphp.com/plugins/theme-color-switcher)
- [Themes](https://filamentphp.com/plugins/3x1io-themes)
- [User](https://filamentphp.com/plugins/user-manager)

Expand Down
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"3x1io/filament-sitemap": "^1.0",
"3x1io/filament-themes": "^1.0",
"3x1io/filament-user": "^1.1",
"abanoubnassem/filament-grecaptcha-field": "^0.0.2",
"awcodes/filament-gravatar": "^1.0",
"bezhansalleh/filament-addons": "^1.0",
"bezhansalleh/filament-language-switch": "^1.0",
Expand Down Expand Up @@ -43,19 +44,20 @@
"spatie/laravel-sitemap": "^6.2",
"spatie/ray": "^1.34",
"stijnvanouplines/blade-country-flags": "^1.0",
"uccellolabs/filament-theme-color": "^1.0",
"wychoong/filament-fortify": "^0.3.1",
"yepsua/filament-rating-field": "^0.1.0"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
"friendsofphp/php-cs-fixer": "^3.4",
"phpstan/phpstan": "^1.4",
"friendsofphp/php-cs-fixer": "^3.4",
"phpstan/phpstan": "^1.4",
"laravel/pint": "^1.0",
"laravel/sail": "^1.0.1",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^6.1",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-faker": "^1.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-faker": "^1.0",
"phpunit/phpunit": "^9.5.10",
"spatie/laravel-ignition": "^1.0",
"thecodingmachine/phpstan-safe-rule": "^1.2"
Expand Down
Loading

0 comments on commit 4f051c1

Please sign in to comment.