Let's continue with our Stream demo app, and review the process of adding new statuses to the stream. To allow for this, we'll create a dedicated form component, pull in the Form
and Errors
classes from the Object-Oriented Forms episodes, and then update our Laravel backend code.