File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
33All notable changes to accessible-forms will be documented in this file.
4+
5+ ## 0.1.0 (2025-12-12)
6+
7+ Initial release
Original file line number Diff line number Diff line change 2323 | See http://symfony.com/doc/current/form/form_customization.html
2424 */
2525 'template_directories ' => [
26- __DIR__ . '/../vendor/studio24/accessible-forms/src/Resources/views/form '
26+ __DIR__ . '/../vendor/studio24/accessible-forms/src/Resources/views/Form '
2727 ],
2828
2929 'defaults ' => [
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ Add the service provider to `bootstrap/providers.php`
1313
1414``` php
1515return [
16- Studio24\AccessibleForms\Laravel\ServiceProvider::class,
1716 Barryvdh\Form\ServiceProvider::class,
1817];
1918```
@@ -30,6 +29,13 @@ return [
3029];
3130```
3231
32+ Copy config:
33+
34+ ``` shell
35+ cp vendor/studio24/accessible-forms/config/form.php config/form.php
36+ php artisan cache:clear
37+ ```
38+
3339## Usage
3440
3541Create a form class:
You can’t perform that action at this time.
0 commit comments