amicus / filament-employee-management
This is my package filament-employee-management
Fund package maintenance!
amicus
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/amicus/filament-employee-management
Requires
- php: ^8.1
- bezhansalleh/filament-shield: ^4.0
- filament/filament: ^4.0
- laravel-notification-channels/telegram: ^6.0
- maatwebsite/excel: ^3.1
- spatie/laravel-package-tools: ^1.15.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^8.0
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^9.0
- pestphp/pest: ^3.0
- pestphp/pest-plugin-arch: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
This package is auto-updated.
Last update: 2025-10-25 15:08:04 UTC
README
php artisan migrate --path=packages/filament-employee-management/database/migrations
add to user.php
use HasEmployeeRole;
1. Install the package in main project
composer require laravel-notification-channels/telegram
2. Add this to config/services.php
# config/services.php 'telegram-bot-api' => [ 'token' => env('TELEGRAM_BOT_TOKEN', 'YOUR BOT TOKEN HERE') ],
Theme
1. Add to theme.css
@source '../../../../packages/filament-employee-management/resources/views/filament/**/*';
@source '../../../../packages/filament-employee-management/resources/css/index.css';