PHP code example of thirtybittech / a11yamic
1. Go to this page and download the library: Download thirtybittech/a11yamic 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/ */
thirtybittech / a11yamic example snippets
'widgets' => [
['type' => 'a11yamic_score', 'width' => 50],
],
bash
composer vendor:publish --provider="ThirtyBitTech\A11yamic\ServiceProvider"
php artisan cache:clear