Skip to content

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

License

Notifications You must be signed in to change notification settings

laravel-admin-extensions/screenfull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages