LaravelPackages.net
Acme Inc.
Toggle sidebar
oh4d/laravel-accessibility

14.390
11
v1.0.1
About oh4d/laravel-accessibility

oh4d/laravel-accessibility is a Laravel package. It currently has 11 GitHub stars and 14.390 downloads on Packagist (latest version v1.0.1). Install it with composer require oh4d/laravel-accessibility. Discover more Laravel packages by oh4d or browse all Laravel packages to compare alternatives.

Last updated

Under Development

Laravel Accessibility

This package helps with a variety of common accessibility problems. The package adds a number of helpful accessibility features with a minimum amount of setup or expert knowledge.

Installation

Require this package with composer.

composer require oh4d/laravel-accessibility dev-dev

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

The Accessibility will be enabled by default, to change that update your .env file. See more options in config/accessibility.php

ACCESSIBILITY_ENABLED=true

Laravel 5.5+:

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

Oh4d\Accessibility\ServiceProvider::class

Copy the package config and translation files to your local with the publish command:

php artisan vendor:publish --provider="Oh4d\Accessibility\ServiceProvider"

Star History Chart