Support Library for live-controls
- Laravel 8.0+
- PHP 8.0+
None
composer require live-controls/support
- 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']
Todo