Converts a regular Laravel Request parameter to a Form Request class. This intention creates a new Form Request class and moves validation and authorization logic from the controller method to the newly created class.