Laravel has a pretty neat feature called the store order which lets you specify which fields are required and optional for an input form. To use it, you can simply add the following line of code to your form:
- $form->addInput( 'order', array( 'required' => true, 'label' => 'Order', ) );
Share a personalized message with your friends.