lybuneiv/staff

Staff Module

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:module

1.0.3 2021-03-15 04:50 UTC

This package is auto-updated.

Last update: 2024-09-15 12:21:12 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