Member Avatar for iamthwee
iamthwee

So I was briefly looking over laravel, I doubt I'm close to switching, but I do like the way routing works.
In codeigniter it seems so convoluted.

I gotta create a controller to load the view, then I got to create a controller to process the information then I have to redirect for a success page or a fail page. It get more complex if I want to use ajax.

Laravel seems to nicely handle this.

So what are your thoughts?