This package can associate all sorts of files with Eloquent models. It provides a simple, fluent API to work with. The Pro version of the package offers Blade, Vue and React components to handle uploads to the media library and to administer the content of a medialibrary collection. Here are some quick code examples: $yourModel = YourModel::find(1); $yourModel->addMedia($pathToFile)->toMediaCollec
