tomatophp / filament-employees
Manage your employees with easy using Account builder and FilamentPHP
Fund package maintenance!
3x1io
Requires
- php: ^8.1
- filament/filament: ^3.2
- tomatophp/console-helpers: ^1.1
- tomatophp/filament-accounts: ^2.0
- tomatophp/filament-types: ^1.0
This package is auto-updated.
Last update: 2024-11-15 11:37:31 UTC
README
Filament Employees
Manage your employees with easy using Account builder and FilamentPHP
Installation
composer require tomatophp/filament-employees
after install your package please run this command
php artisan filament-employees:install
Publish Assets
you can publish config file by use this command
php artisan vendor:publish --tag="filament-employees-config"
you can publish views file by use this command
php artisan vendor:publish --tag="filament-employees-views"
you can publish languages file by use this command
php artisan vendor:publish --tag="filament-employees-lang"
you can publish migrations file by use this command
php artisan vendor:publish --tag="filament-employees-migrations"
Other Filament Packages
Checkout our Awesome TomatoPHP