PHPackages                             tobischulz/laravel-favoritable - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tobischulz/laravel-favoritable

ActivePackage[Utility &amp; Helpers](/categories/utility)

tobischulz/laravel-favoritable
==============================

Adds an easy way to make every model favoritable

1.4.1(2y ago)54.7k↑136.7%[2 PRs](https://github.com/tobischulz/laravel-favoritable/pulls)MITPHPPHP ^8.2

Since Jul 14Pushed 2y agoCompare

[ Source](https://github.com/tobischulz/laravel-favoritable)[ Packagist](https://packagist.org/packages/tobischulz/laravel-favoritable)[ RSS](/packages/tobischulz-laravel-favoritable/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (11)Used By (0)

Favoritable
===========

[](#favoritable)

[![Latest Version on Packagist](https://camo.githubusercontent.com/930fae33cc01bd04acfe32d7fdd6a6bb106d12a0659864d1a84327ef829636d6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746f6269736368756c7a2f6c61726176656c2d6661766f72697461626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tobischulz/laravel-favoritable)[![Total Downloads](https://camo.githubusercontent.com/efbcacaa68ccf29cb401d2d5e7ea39dfeab9547d7c887f25c244f0ba2f6525df/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746f6269736368756c7a2f6c61726176656c2d6661766f72697461626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tobischulz/laravel-favoritable)

Adds an easy way to make every model favoritable.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require tobischulz/laravel-favoritable
```

Publish all required assets:

```
php artisan vendor:publish --provider=TobiSchulz\Favoritable\FavoritableServiceProvider
```

Migrate your database:

```
php artisan migrate
```

Preparation
-----------

[](#preparation)

Add trait to eloquent model that you like to be favoritable.

```
