lybuneiv / staff
Staff Module
1.0.3
2021-03-15 04:50 UTC
Requires
- laravelcollective/html: ^6.2
This package is auto-updated.
Last update: 2025-04-15 13:36:38 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