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

Can Former be used outside/without Laravel? #582

Closed benrogmans closed 5 years ago

benrogmans commented 5 years ago

How can Former be used stand alone? Which class to instantiate/call?

Anahkiasen commented 5 years ago

You can use the Facade outside of Laravel and it'll bootstrap its own container internally if need be IIRC

benrogmans commented 5 years ago

I'm sorry, my mistake, I didn't update the parent's composer package 🥇 using the Facade works great!