PHPackages                             codeat3/laravel-nova-likeable - 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. codeat3/laravel-nova-likeable

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

codeat3/laravel-nova-likeable
=============================

1.1.0(5y ago)067MITPHPPHP ^7.3|^8.0CI failing

Since Feb 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/codeat3/laravel-nova-likeable)[ Packagist](https://packagist.org/packages/codeat3/laravel-nova-likeable)[ Docs](https://github.com/codeat3/laravel-nova-likeable)[ RSS](/packages/codeat3-laravel-nova-likeable/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (5)Versions (13)Used By (0)

A laravel nova package for the `rtconner/laravel-likeable`
==========================================================

[](#a-laravel-nova-package-for-the-rtconnerlaravel-likeable)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9670ebb4732c60d1563f364dc364b1a49ff8f33c36a23e7fa2e18d8571b87a9b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f64656174332f6c61726176656c2d6e6f76612d6c696b6561626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codeat3/laravel-nova-likeable)[![Build Status](https://camo.githubusercontent.com/22fa6f0903ff60005a03630c4e3320736eb55cb335e7919f238ab92ac0623145/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f636f64656174332f6c61726176656c2d6e6f76612d6c696b6561626c652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/codeat3/laravel-nova-likeable)[![Quality Score](https://camo.githubusercontent.com/34ecdcfce7939f14996645fe7023a302cd96f6c640333f938c8d7179cd74de3a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f636f64656174332f6c61726176656c2d6e6f76612d6c696b6561626c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/codeat3/laravel-nova-likeable)[![Total Downloads](https://camo.githubusercontent.com/4e8d71dd010b8d9060e69cf9bd9a4fb3df0d4b7d9598ed9108ad342cabad0445/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f64656174332f6c61726176656c2d6e6f76612d6c696b6561626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codeat3/laravel-nova-likeable)

A nova resource package of `rtconner/laravel-likeable` for your `laravel/nova` application.

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

[](#installation)

You can install the package via composer:

```
composer require codeat3/laravel-nova-likeable
```

Usage
-----

[](#usage)

If you have a Nova resource `Post` on which you have used the trait `Likeable`, you can simply add the line in the Nova resource.

```
    class Post extends Resource {
        ...
        public function fields(Request $request)
        {
            return [
                ...
                MorphMany::make('Likes', 'likes', \Codeat3\LaravelNovaLikeable\Resources\Like::class),
            ];
        }
    }
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Swapnil Sarwe](https://github.com/codeat3)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~36 days

Recently: every ~97 days

Total

12

Last Release

1886d ago

Major Versions

0.0.1 → 1.0.02020-02-04

PHP version history (4 changes)0.0.1PHP ^7.1

1.0.3PHP ^7.2

1.0.9PHP ^7.3

1.1.0PHP ^7.3|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/166912?v=4)[Swapnil Sarwe](/maintainers/swapnilsarwe)[@swapnilsarwe](https://github.com/swapnilsarwe)

---

Top Contributors

[![swapnilsarwe](https://avatars.githubusercontent.com/u/166912?v=4)](https://github.com/swapnilsarwe "swapnilsarwe (13 commits)")

---

Tags

codeat3laravel-nova-likeable

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/codeat3-laravel-nova-likeable/health.svg)

```
[![Health](https://phpackages.com/badges/codeat3-laravel-nova-likeable/health.svg)](https://phpackages.com/packages/codeat3-laravel-nova-likeable)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M685](/packages/barryvdh-laravel-ide-helper)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M861](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)[mrmarchone/laravel-auto-crud

Laravel Auto CRUD helps you streamline development and save time.

28711.8k2](/packages/mrmarchone-laravel-auto-crud)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
