smorken/stringyform

String to form compiler for Laravel

Maintainers

Package info

bitbucket.org/scott_morken/stringyform

pkg:composer/smorken/stringyform

Statistics

Installs: 296

Dependents: 0

Suggesters: 0

v10.3.0 2025-05-05 17:14 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,
...