Skip to content

SilvertipSoftware/A11y

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A11y

Latest Version on Packagist Total Downloads

This is where your description should go. Take a look at contributing.md to see a to do list.

Installation

Via Composer

$ composer require silvertipsoftware/a11y

Usage

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);
        }

        ...
    }

Change log

Please see the changelog for more information on what has changed recently.

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

WTFPL. Please see the license file for more information.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages