Do you have experience in Rails? Honestly, Laravel just feels like "PHP on Rails" to me. It's a full framework like Rails, so it takes some getting used to. The Code Bright [1] tutorial was great for learning the syntax, and the Laravel documentation [2] helps during development
I'm not sure what your idea is, exactly, but once you get Laravel up and running it's fairly easy to do what it sounds like you're saying. Create a Model to interact with the database, create a controller for your routing, and then a couple of views for your form/success page/etc.
I'm not sure what your idea is, exactly, but once you get Laravel up and running it's fairly easy to do what it sounds like you're saying. Create a Model to interact with the database, create a controller for your routing, and then a couple of views for your form/success page/etc.
[1] http://daylerees.com/codebright [2] http://laravel.com/docs