PHP code example of silvertipsoftware / a11y
1. Go to this page and download the library: Download silvertipsoftware/a11y library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
silvertipsoftware / a11y example snippets
public function boot() {
...
if ($this->app->environment('local', 'testing')) {
Browser::mixin(new \SilvertipSoftware\A11y\BrowserMixins);
}
...
}