PHPackages                             smartystudio/testimonialcrud - 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. smartystudio/testimonialcrud

AbandonedArchivedLibrary

smartystudio/testimonialcrud
============================

An admin interface for Laravel Backpack to easily add, edit or remove Testimonials.

1.0.1(4y ago)0108MITPHPPHP ^7.3|^8.0

Since Jul 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/smartystudio/testimonialcrud)[ Packagist](https://packagist.org/packages/smartystudio/testimonialcrud)[ Docs](https://github.com/smartystudio/testimonialcrud)[ RSS](/packages/smartystudio-testimonialcrud/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

TestimonialCrud
===============

[](#testimonialcrud)

An admin interface for [Laravel Backpack](laravelbackpack.com) to easily add, edit or remove Testimonials.

Install
-------

[](#install)

1. In your terminal:

```
$ composer require smartystudio/testimonialcrud
```

2. If your Laravel version does not have package autodiscovery then add the service provider to your config/app.php file:

```
Cviebrock\EloquentSluggable\ServiceProvider::class,
SmartyStudio\TestimonialCrud\TestimonialCRUDServiceProvider::class,
```

3. Publish &amp; run the migration file

```
$ php artisan vendor:publish --provider="SmartyStudio\TestimonialCrud\TestimonialCRUDServiceProvider" # publish migration file
$ php artisan migrate # create the testimonial table
```

4. \[Optional\] Add a menu item for it in resources/views/vendor/backpack/base/inc/sidebar.blade.php or menu.blade.php:

```
Testimonials
```

5. Add a **TestimonialComposer** in App\\Providers\\AppServiceProvider.php:

```
use SmartyStudio\TestimonialCrud\app\Http\View\Composers\TestimonialComposer;
```

6. Add the line below after the first curly brackets of boot() method in App\\Providers\\AppServiceProvider.php file:

```
view()->composer('folder_name.*', TestimonialComposer::class);
```

**folder\_name** - this is the folder with the front-end template files where the testimonials should appear

How to use the package
----------------------

[](#how-to-use-the-package)

- First create a testimonial
- Add title
- Add content
- Add client
- Add client url (optional)
- Upload an image
- Save the testimonial

Change log
----------

[](#change-log)

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

Testing
-------

[](#testing)

```
// TODO
```

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

[](#contributing)

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

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- Martin Nestorov - Web Developer @ Smarty Studio MBN Ltd.
- All Contributors

License
-------

[](#license)

The SmartyStudio\\TestimonialCRUD is open-source software licensed under the MIT license.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 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 ~13 days

Total

2

Last Release

1752d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b0d8be99c9be0eee6152dc3be19a468ac8911c3cbe9306f1efc8efc692151e5?d=identicon)[mnestorov](/maintainers/mnestorov)

---

Top Contributors

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

---

Tags

backpackbackpack-for-laravellaravellaravel-packagephplaravel backpacktestimonialstestimonialbackpack crudmanage testimonials

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/smartystudio-testimonialcrud/health.svg)

```
[![Health](https://phpackages.com/badges/smartystudio-testimonialcrud/health.svg)](https://phpackages.com/packages/smartystudio-testimonialcrud)
```

###  Alternatives

[backpack/permissionmanager

Users and permissions management interface for Laravel 5 using Backpack CRUD.

5591.8M16](/packages/backpack-permissionmanager)[backpack/settings

Application settings interface for Laravel 5 using Backpack CRUD.

290870.9k9](/packages/backpack-settings)[backpack/pagemanager

Create admin panels for presentation websites on Laravel, using page templates and Backpack\\CRUD.

371522.6k6](/packages/backpack-pagemanager)[backpack/newscrud

An admin panel for news with categories and tags, using Backpack\\CRUD on Laravel 5.

236159.6k1](/packages/backpack-newscrud)[backpack/langfilemanager

An interface to edit language files, for Laravel Backpack.

91230.1k1](/packages/backpack-langfilemanager)[izica/relations-widgets-for-backpack

Widgets for preview model relations in laravel backpack

2927.3k](/packages/izica-relations-widgets-for-backpack)

PHPackages © 2026

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