You don't have a form element, just a submit button.
mengidd said:
You don't have a form element, just a submit button.
Thx for your answer! What should I add to my code to make it runnable? I do not get it.
Are you aware of how a HTML form works?
If not I politely suggest you to start learning some basic HTML and PHP before you start to learn Laravel.
Anyway, you can read about Laravels form builder here: http://laravel.com/docs/4.2/html
The form builder is optional, you can write pure html forms if you'd like to do that.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community