amora2972/laravel-accessibility
最新稳定版本:v1.3
Composer 安装命令:
composer require amora2972/laravel-accessibility
包简介
README 文档
README
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.
Notice
This repo was taken from oh4d / laravel-accessibility, and modified to work with laravel v8.0
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"
统计信息
- 总下载量: 405
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-01-14