In this 3 part series, we refactoring our implementation of fields to allow a package user to expand our fields with their own custom fields. In part 1, we taking care of the extra column field and make sure that is saving all of necessary information from the post array.
For the best experience, follow along in our interactive school at https://www.coderstape.com
Source code can be found here https://github.com/vicgonvt/press
About this Course
In this series, we are tackling Laravel Package Development from scratch. Developing your own packages maximizes your code reusability, helps you with versioning and opens a huge door of possibility for external contributions by other developers. Come along for the ride as we learn everything from setting up tests to package auto discovery.