Account for Nullable Fields in Laravel
In Laravel, you will sometimes need to define a relationship between two models that is optional. We want to use foreign keys to reduce our workload
By: Brian Harris on April 10th, 2018
See what we've done with
In Laravel, you will sometimes need to define a relationship between two models that is optional. We want to use foreign keys to reduce our workload
By: Brian Harris on April 10th, 2018
The Next Step