4

I am doing a Laravel site and I am using HTML forms instead of Collective/Illuminate.

I used to have Illuminate prior to 5.0 but since it is not included anymore, I though it was not mandatory at all and that there would be no problems. However I keep hearing that I should use Collective.

Is it possible to use just HTML in Laravel or I need to use Collective?

1
  • 3
    Sure. There are some pages I use straight HTML on 4.2, and it works fine. Collective/Illuminate just makes things easier when formatting and passing in values. Just make sure you find a way to include your CSRF token in your form. Commented Nov 28, 2016 at 13:56

1 Answer 1

1

Of Course it is possible, the removal of "Collective/Illuminate" is not because it has something wrong but just to give you feedom to decide how you want to proceed. So if you wish use plain HTML, otherwise use the package, the choise is all yours.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.