Laravel Requests and Inputs Part1

laravel requests and inputs

Laravel has awesome methods to retrieve, change, create and store request data. It allows you to handle both $_GET and $_POST data and store in session or cookies. Let’s look at some methods of accessing request data.

continue reading »