the error message says input[type="submit"] but the element in your view is a button, try...
What you need is a route filter, see http://laravel.com/docs/security#protecting-routes
heihachi88 said: stephanecoinon said: I use view composers which I usually place in app/composers....
I use view composers which I usually place in app/composers.php and require at the end of app/start/...
The same way you have a content section in your <body>, create a head section inside the <h...
The Laravel portal for problem solving, knowledge sharing and community building.
The community