Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/laravel-admin-extensions/screenfull

This is an extension to integrates screenfull.js into laravel-admin.
https://github.com/laravel-admin-extensions/screenfull

Last synced: 10 days ago
JSON representation

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

Lists

README

        

# screenfull.js for Laravel-admin

This is an extension to integrates [screenfull.js](https://github.com/sindresorhus/screenfull.js) into laravel-admin.

## Screenshot

screenfull

## Installation

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

## Configurations

Add `extensions` option in your `config/admin.php` configuration file:

```php
'extensions' => [
'screenfull' => [
// If the value is set to false, this extension will be disabled
'enable' => true
]
]
```

## More resources

[Awesome Laravel-admin](https://github.com/jxlwqq/awesome-laravel-admin)

## License

Licensed under [The MIT License (MIT)](LICENSE).