netojose / laravel-bootstrap-4-forms

Bootstrap 4 forms for Laravel 5/6/7/8
MIT License
183 stars 58 forks source link

Overwriting Form Facade #84

Open superkozel opened 5 years ago

superkozel commented 5 years ago

I want to use this package together with Collective/Form, which obviously exists as 'Form', we need that default facade can be overwritten in config or renamed to BootForm or something else. Naming Bootstrap Form as "Form" isn't very clean.