studio24 / laravel-accessible-forms
Create more accessible forms in your Laravel apps
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 1
pkg:composer/studio24/laravel-accessible-forms
Requires
- php: ^8.2
- spatie/laravel-package-tools: ^1.92
- studio24/accessible-forms: dev-main
Requires (Dev)
- illuminate/contracts: ^12.0
- orchestra/testbench: ^10.7
- phpstan/phpstan: ^2.1
- phpunit/phpunit: >10
- roave/security-advisories: dev-latest
- squizlabs/php_codesniffer: ^4.0
This package is auto-updated.
Last update: 2025-12-10 21:54:40 UTC
README
Create more accessible forms in your Laravel apps
Requirements
- PHP 8.2+
Installation
You can install the package via Composer:
composer require studio24/laravel-accessible-forms
Usage
Installs the following package in your Laravel app:
And sets up accessible forms in your Laravel app:
- Adds AccessibleFormsServiceProvider
- Registers Twig helpers
- Registers Blade directives
- Defaults to the
accessible-forms.html.twigform theme
For more, see the documentation for accessible-forms.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Find out more about how to contribute and our Code of Conduct.
Security Issues
If you discover a security vulnerability within this package, please follow our disclosure procedure.
About
This package is developed by Studio 24, a human-centered digital agency who build websites and web apps that work for everyone.
License
The MIT License (MIT). Please see License File for more information.