henset11 / mugiwara-kit
Filament Starter Kit with pre-configured packages and settings
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.2
- awcodes/filament-quick-create: ^3.6
- bezhansalleh/filament-shield: ^3.3
- dedoc/scramble: ^0.12.19
- dutchcodingcompany/filament-socialite: ^2.4
- filament/filament: ^3.3
- filament/notifications: ^3.3
- filament/spatie-laravel-media-library-plugin: ^3.3
- filament/spatie-laravel-settings-plugin: ^3.3
- hasnayeen/themes: ^3.0
- hugomyb/filament-media-action: ^3.1
- jeffgreco13/filament-breezy: ^2.6
- joshembling/image-optimizer: ^1.6
- laravel/framework: ^12.0
- laravel/sanctum: ^4.0
- laravel/tinker: ^2.10.1
- owenvoke/blade-fontawesome: ^2.9
- rupadana/filament-api-service: ^3.4
- socialiteproviders/google: ^4.1
- stechstudio/filament-impersonate: ^3.16
- tomatophp/filament-users: ^2.0
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel-shift/blueprint: ^2.12
- laravel/pail: ^1.2.2
- laravel/pint: ^1.13
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^3.8
- pestphp/pest-plugin-laravel: ^3.2
README
Filament Plugin:
- Image Optimizer
- Filament Shield
- Filament Socialite
- Filament Breezy
- Filament Impersonate
- Filament API Service
- Filament Spatie Media Library
- Filament Settings
- User Manager
- Themes
- Media Action
- Quick Create
PHP Library :
Installation :
- run composer create-project henset11/mugiwara-kit
- run npm install && npm run build
- Configure database in .env
- Configure google sign in client id and secret (optional)
- Configure SMTP for email sending (optional)
- run composer run setup
- When developing use composer run dev for auto reload