lybuneiv / staff
Staff Module
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
Type:module
pkg:composer/lybuneiv/staff
Requires
- laravelcollective/html: ^6.2
This package is auto-updated.
Last update: 2025-09-15 14:43:00 UTC
README
Staff module.
Installation
You can install the package using Composer:
composer require lybuneiv/staff
Then add the service provider to config/app.php:
Lybuneiv\Staff\StaffServiceProvider::class
Publish the config file:
php artisan vendor:publish --provider="Lybuneiv\Staff\StaffServiceProvider" --tag="config"
Then go to config/staff.php and enable migrations=true Publish the config file:
php artisan vendor:publish --provider="Lybuneiv\Staff\StaffServiceProvider" --tag="migrations"
Then migrate database:
php artisan migrate
Then symlink storage link:
php artisan storage:link
Usage
For staff route
/module/staff