PHPackages                             pardalsalcap/linter-testimonials - 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. [Admin Panels](/categories/admin)
4. /
5. pardalsalcap/linter-testimonials

ActiveLibrary[Admin Panels](/categories/admin)

pardalsalcap/linter-testimonials
================================

Add management for the testimonials modules of your website

v5.0.0(1mo ago)019MITPHPPHP ^8.2CI failing

Since Dec 12Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/pardalsalcap/linter-testimonials)[ Packagist](https://packagist.org/packages/pardalsalcap/linter-testimonials)[ Docs](https://github.com/pardalsalcap/linter-testimonials)[ RSS](/packages/pardalsalcap-linter-testimonials/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (26)Versions (8)Used By (0)

Add management for the testimonials modules of your website
===========================================================

[](#add-management-for-the-testimonials-modules-of-your-website)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f34356fa6ed2e6ba6873264b13fbbcf9f450dcf852bff609c2a539a404b660ae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70617264616c73616c6361702f6c696e7465722d74657374696d6f6e69616c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pardalsalcap/linter-testimonials)[![GitHub Tests Action Status](https://camo.githubusercontent.com/b22be7e2911c2da0a10deb587e71469b9c7bb3c35a2e6dafa350f41fd655547a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f70617264616c73616c6361702f6c696e7465722d74657374696d6f6e69616c732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/pardalsalcap/linter-testimonials/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/311044cb5eac95e043d83a0a7d557d9f41313b3e15bee55532417400ba6792d6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f70617264616c73616c6361702f6c696e7465722d74657374696d6f6e69616c732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/pardalsalcap/linter-testimonials/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/1073bd738960586bb2f724c9d564b35b57b301a1289ebfa0bbda0e22a383f871/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70617264616c73616c6361702f6c696e7465722d74657374696d6f6e69616c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pardalsalcap/linter-testimonials)

This package adds management for the testimonials modules of your website. It includes a trait to add to your models and a controller to manage the testimonials. It needs Filament to work, and includes resources and relation managers to use with it.

`v3.0.0` supports Filament 3. `v5.0.0` supports Filament 5.

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

[](#installation)

You can install the package via composer:

```
composer require pardalsalcap/linter-testimonials
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="linter-testimonials-migrations"
php artisan migrate
```

Usage
-----

[](#usage)

To include use the resources you can create a resource that extends the package on and modify as needed:

```
