Support the ongoing development of Laravel.io →
posted 10 years ago
Requests
Last updated 1 year ago.
0

There are a few issues I see.

Laravel will redirect all trailing slashes to no trailing slashes.

'http:/volcano/public/postComision/' ,

to just

'http:/volcano/public/postComision',

Secondly, you are sending a POST request but your route is catching a GET request.

Change Route::get to Route::post

To get the title you should also be able to do

$comision->actividad = Input::get('title');
Last updated 1 year ago.
0

thanks, it worked perfect

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

montes2012 montes2012 Joined 11 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.