Model Preparation
In order to use Larupload in a Laravel model, the Larupload
trait needs to be added to the model class. The attachments
method needs to be defined in the model, which specifies all the attachments of that model.
Last updated
In order to use Larupload in a Laravel model, the Larupload
trait needs to be added to the model class. The attachments
method needs to be defined in the model, which specifies all the attachments of that model.
Last updated