tomatophp/filament-employees

Manage your employees with easy using Account builder and FilamentPHP

Fund package maintenance!
3x1io

v0.0.1 2024-09-15 11:15 UTC

This package is auto-updated.

Last update: 2024-09-15 11:18:50 UTC


README

Screenshot

Filament Employees

Latest Stable Version License Downloads

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