PHPackages                             williamoliveira/attachable - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. williamoliveira/attachable

ActiveLibrary

williamoliveira/attachable
==========================

v1.0-alpha.1(9y ago)39951PHP

Since Apr 17Pushed 7y ago1 watchersCompare

[ Source](https://github.com/williamoliveira/attachable)[ Packagist](https://packagist.org/packages/williamoliveira/attachable)[ RSS](/packages/williamoliveira-attachable/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

DEPRECATED
==========

[](#deprecated)

Use

Attachable
==========

[](#attachable)

Attach files to Laravel Eloquent models, works with any Laravel filesystem driver

Instalation
===========

[](#instalation)

```
composer require williamoliveira/attachable@dev-master
php artisan vendor:publish
php artisan migrate

```

Usage
=====

[](#usage)

Extend `Williamoliveira\Attachable\Models\AttachableModel` and configure it as you need

```
