This is an extension to integrates screenfull.js into laravel-admin.
composer require jxlwqq/screenfull
php artisan vendor:publish --tag=laravel-admin-screenfull
Add extensions
option in your config/admin.php
configuration file:
'extensions' => [
'screenfull' => [
// If the value is set to false, this extension will be disabled
'enable' => true
]
]
Licensed under The MIT License (MIT).