smorken / stringyform
String to form compiler for Laravel
v10.2.1
2024-08-08 19:44 UTC
Requires
- php: ^8.1
- smorken/controller: ^1.0
- smorken/data: ^1.0
- smorken/domain: ^1.0
- smorken/export: ^9.0|^10.0
- smorken/model: ^9.0|^10.0
- smorken/service: ^9.0|^10.0
- smorken/storage: ^9.0|^10.0
- smorken/string2blade: ^9.0|^10.0
Requires (Dev)
- fakerphp/faker: ^1.15.0
- larastan/larastan: ^v2.9.8
- mockery/mockery: ^1.0
- orchestra/testbench: ^7.6|^8.0|^9.0
- phpunit/phpunit: ^9.0|^10.0|^11.0
- smorken/auth: ^1.0
- smorken/docker: *
- smorken/roles: ^9.0|^10.0
- spatie/laravel-ignition: ^2.0
This package is auto-updated.
Last update: 2024-11-08 20:22:34 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,
...