themosis / theme

The Themosis framework theme.
http://framework.themosis.com/
GNU General Public License v2.0
104 stars 35 forks source link

Route error when send form as post #15

Closed moise closed 7 years ago

moise commented 8 years ago

Hello @jlambe , I encountered a routing issue (No route defined for this request...) when submitting a form as post. any idea? thank you Moise

jlambe commented 8 years ago

You need to add a Route::post in order to listen requests on POST method. Or use Route::any if it's the same uri.