I have been using carbon previous to the newest public release.
what is the difference between
Field::factory
and
Field::make
or is factory just a fallback for the make ?
They are the same thing. 'factory' is the legacy name of the method, we can't remove it due to backward compitabilty.
Most helpful comment
They are the same thing. 'factory' is the legacy name of the method, we can't remove it due to backward compitabilty.