PHPackages                             bpocallaghan/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. bpocallaghan/testimonials

ActiveLibrary[Admin Panels](/categories/admin)

bpocallaghan/testimonials
=========================

Add Testimonials to your laravel admin project - https://github.com/bpocallaghan/laravel-admin-starter

1.0.0(6y ago)34.3k11MITPHPPHP &gt;=7.0.0

Since Oct 31Pushed 7mo ago3 watchersCompare

[ Source](https://github.com/bpocallaghan/testimonials)[ Packagist](https://packagist.org/packages/bpocallaghan/testimonials)[ RSS](/packages/bpocallaghan-testimonials/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)DependenciesVersions (6)Used By (1)

Testimonials
============

[](#testimonials)

This will add Testimonials to your laravel project.

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

[](#installation)

Update your project's `composer.json` file.

```
composer require bpocallaghan/testimonials
```

Usage
-----

[](#usage)

Register the routes in the `routes/vendor.php` file.

- Website

```
Route::resource('testimonials', 'Testimonials\Controllers\Website\TestimonialsController');
```

- Admin

```
Route::group(['prefix' => 'general', 'namespace' => 'Testimonials\Controllers\Admin'], function () {
    Route::get('testimonials/order', 'OrderController@index');
    Route::post('testimonials/order', 'OrderController@updateOrder');
    Route::resource('testimonials', 'TestimonialsController');
});
```

Commands
--------

[](#commands)

```
php artisan testimonials:publish
```

This will copy the `database/seeds` and `database/migrations` to your application. Remember to add `$this->call(TestimonialsTableSeeder::class);` in the `DatabaseSeeder.php`

```
php artisan testimonials:publish --files=all
```

This will copy the `model, views and controller` to their respective directories. Please note when you execute the above command. You need to update your `routes`.

- Website

```
Route::get('/testimonials', 'TestimonialsController@index');
```

- Admin

```
Route::group(['namespace' => 'Testimonials'], function () {
    Route::get('testimonials/order', 'OrderController@index');
    Route::post('testimonials/order', 'OrderController@updateOrder');
    Route::resource('testimonials', 'TestimonialsController');
});
```

Demo
----

[](#demo)

Package is being used at [Laravel Admin Starter](https://github.com/bpocallaghan/laravel-admin-starter) project.

### TODO

[](#todo)

- add the navigation seeder information (to create the navigation/urls)

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance44

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 70% 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 ~188 days

Total

4

Last Release

2551d ago

Major Versions

0.0.3 → 1.0.02019-05-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/7cc52fc6eaeee1d7cbb729f7b7e7fb570754f4d2bb57847e5753f4e1041b7124?d=identicon)[bpocallaghan](/maintainers/bpocallaghan)

---

Top Contributors

[![bpocallaghan](https://avatars.githubusercontent.com/u/883465?v=4)](https://github.com/bpocallaghan "bpocallaghan (7 commits)")[![cblauth](https://avatars.githubusercontent.com/u/79920782?v=4)](https://github.com/cblauth "cblauth (3 commits)")

---

Tags

hacktoberfesthactoberfest-2025laravelcmsadmintestimonials

### Embed Badge

![Health badge](/badges/bpocallaghan-testimonials/health.svg)

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

###  Alternatives

[serverfireteam/blog

A nice blog system with laravel and laravelpanel

523.1k](/packages/serverfireteam-blog)[bpocallaghan/faq

Add Frequently Asked Questions to your laravel admin project - https://github.com/bpocallaghan/laravel-admin-starter

148.9k1](/packages/bpocallaghan-faq)

PHPackages © 2026

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