Download the PHP package hofmannsven/laravel-modernizr-command without Composer
On this page you can find all versions of the php package hofmannsven/laravel-modernizr-command. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hofmannsven/laravel-modernizr-command
More information about hofmannsven/laravel-modernizr-command
Files in hofmannsven/laravel-modernizr-command
Package laravel-modernizr-command
Short Description Laravel artisan console command to generate custom Modernizr builds.
License MIT
Homepage https://github.com/hofmannsven/laravel-modernizr-command
Informations about the package laravel-modernizr-command
Laravel Modernizr Command
Laravel artisan command to generate custom Modernizr builds.
Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user's browser.
Installation
You can install the package via Composer:
Install Modernizr
Require Modernizr as a dependency in your package.json
file:
Publish the config files
Publish both package config files (config.php
and modernizr.json
):
Customize the config files
Example modernizr.json
config file for SVG feature detection:
See Modernizr's config-all.json
file for all detectable features.
Usage
Generate your custom Modernizr build based on your config.php
and modernizr.json
config files:
Testing
Changelog
Please read the changelog for more information about what has changed recently.
Contributing
Please read the contribution guidelines for details.
Support
Always feel free to raise an issue on GitHub.
Security
If you discover a security issue, please contact me directly. My GPG fingerprint/key is available on Keybase.
Credits
License
MIT License (MIT). Please read the license for more information.
All versions of laravel-modernizr-command with dependencies
illuminate/support Version ~5.8.0|^6.0|^7.0|^8.0
symfony/process Version ^4.2|^5.0