This is where your description should go. Take a look at contributing.md to see a to do list.
Via Composer
$ composer require silvertipsoftware/a11y
In your your Laravel project's AppServiceProvider.php
, add a Browser::mixin
to the boot()
method:
public function boot() {
...
if ($this->app->environment('local', 'testing')) {
Browser::mixin(new \SilvertipSoftware\A11y\BrowserMixins);
}
...
}
Please see the changelog for more information on what has changed recently.
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
WTFPL. Please see the license file for more information.