Skip to content
Advertisement

Build forms in Laravel 7

I need build forms in Laravel Blade. I am very beginner in Laravel. I use in my project Laravel 7. I found component: https://www.bgaze.fr/bootstrap-formv

It’s ok?

I want build this form in Bootstram 4:

JavaScript

How can I make this form in https://www.bgaze.fr/bootstrap-form ? Could I have some example of this form, please? I would like to build my remaining forms based on this example

Please help me 🙂

Advertisement

Answer

You can use laravelcollective/html instead of bgaze/bootstrap-form

Example:

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement