smorken/stringyform

String to form compiler for Laravel

v10.1.0 2024-04-16 19:57 UTC

README

Provides the ability for Laravel to handle raw strings as forms.

Per the norm, you are responsible for what is in the template string! User provided input is probably a terrible idea.

License

This software is open-sourced software licensed under the MIT license

The Laravel framework is open-sourced software licensed under the MIT license

Installation

It should register itself automatically. If not, add to your config/app.php:

...
'providers' => [
        Smorken\StringyForm\ServiceProvider::class,
...