jxlwqq/screenfull

screenfull.js for Laravel-admin

1.0.2 2021-07-23 09:06 UTC

This package is auto-updated.

Last update: 2024-04-20 18:08:28 UTC


README

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).