jxlwqq/screenfull

screenfull.js for Laravel-admin

Downloads

6879

Stars

4

Version

1.0.2

screenfull.js for Laravel-admin

This is an extension to integrates screenfull.js into laravel-admin.

Screenshot

screenfull

Installation

composer require jxlwqq/screenfull
php artisan vendor:publish --tag=laravel-admin-screenfull

Configurations

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
    ]
]

More resources

Awesome Laravel-admin

License

Licensed under The MIT License (MIT).

jxlwqq

Author

jxlwqq