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: 6 days ago
JSON representation
This is an extension to integrates screenfull.js into laravel-admin.
- Host: GitHub
- URL: https://github.com/laravel-admin-extensions/screenfull
- Owner: laravel-admin-extensions
- License: mit
- Created: 2019-01-28T10:13:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T09:07:26.000Z (over 3 years ago)
- Last Synced: 2024-09-24T07:06:49.601Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-laravel-admin - screenfull - 全屏组件 (扩展包 / 工具类扩展包)
README
# screenfull.js for Laravel-admin
This is an extension to integrates [screenfull.js](https://github.com/sindresorhus/screenfull.js) into laravel-admin.
## Screenshot
## 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).