formers / former

A powerful form builder, for Laravel and other frameworks (stand-alone too)
https://formers.github.io/former/
1.34k stars 204 forks source link

Configurable URL absolute or relative paths #585

Closed gpassarelli closed 5 months ago

gpassarelli commented 5 years ago

Enabled relative URL support with config param and as a function param. Keeping the same behavior as Laravel route and action helper functions. As a fallback, it keeps the original behavior of always returning absolute paths;

hshahdoost commented 4 years ago

Well I really needed this feature, How come it has not been confirmed?

claar commented 4 years ago

At first glance, this PR looks decent other than missing tests. @hshahdoost have you tested it and verified it's working well for you? Would you be willing and able to add tests?

hshahdoost commented 4 years ago

I have tried it, and it was working just fine, But since it wasn't in the library I took a different approach, I see if I'll can write tests for it.

stayallive commented 3 years ago

Hi @hshahdoost if you are still interested, I've merged the latest master changes so the tests will pass, will you still be able to add tests or is this feature no longer needed for you?

stayallive commented 5 months ago

Closing this PR because it is quite old and it has been a long time since there was any activity, if there is still interest please do re-open the PR!