live-controls / support
There is no license information available for the latest version (dev-main) of this package.
Support library for live-controls
dev-main
2023-07-31 14:32 UTC
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-30 01:54:14 UTC
README
Support Library for live-controls
Requirements
- Laravel 8.0+
- PHP 8.0+
Translations
None
Installation
composer require live-controls/support
Setup
- Publish configuration file with:
php artisan vendor:publish --tag="livecontrols.support.config"
- Set "support_users" to an array of user ids, default is [1]
- If you have live-controls/groups installed, you can set "support_groups" to the keys of the groups you want to add, default is ['admin']
Usage
Todo