PHPackages                             pentangle/laravel-backpack-help-docs - 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. pentangle/laravel-backpack-help-docs

ActiveLibrary

pentangle/laravel-backpack-help-docs
====================================

This is my package laravel-backpack-help-docs

0211PHP

Since Jan 5Pushed 3y agoCompare

[ Source](https://github.com/Pentangle/laravel-backpack-help-docs)[ Packagist](https://packagist.org/packages/pentangle/laravel-backpack-help-docs)[ RSS](/packages/pentangle-laravel-backpack-help-docs/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

This is my package laravel-backpack-help-docs
=============================================

[](#this-is-my-package-laravel-backpack-help-docs)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5763325d68163d643d0fb2eeb9c29edefeeda325cd6e0c1481e4152dc38eb1ef/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70656e74616e676c652f6c61726176656c2d6261636b7061636b2d68656c702d646f63732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pentangle/laravel-backpack-help-docs)[![GitHub Tests Action Status](https://camo.githubusercontent.com/6dacb7b3591f205bdc8e050ac1497db6790d397251e54e37e2f8e1da71e36f20/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f70656e74616e676c652f6c61726176656c2d6261636b7061636b2d68656c702d646f63732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/pentangle/laravel-backpack-help-docs/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/69fada381dc206bf1cc45392e9ab0fb5e9a48129197c447c8894101eeeb8d1a3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f70656e74616e676c652f6c61726176656c2d6261636b7061636b2d68656c702d646f63732f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/pentangle/laravel-backpack-help-docs/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/82e5ac36a8ffead4efc691f9bf7f0856f7d767febb57b38e4602a0b29c4f841a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70656e74616e676c652f6c61726176656c2d6261636b7061636b2d68656c702d646f63732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pentangle/laravel-backpack-help-docs)

---

This repo can be used to scaffold a Laravel package. Follow these steps to get started:

1. Press the "Use template" button at the top of this repo to create a new repo with the contents of this laravel-backpack-help-docs
2. Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files
3. Remove this block of text.
4. Have fun creating your package.
5. If you need help creating a package, consider picking up our [Laravel Package Training](https://laravelpackage.training) video course.

---

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/12f9971477ba9a4f815885b32ee9d2ab6422dc3c21f88a3e862b7cc1c4acff22/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d6261636b7061636b2d68656c702d646f63732e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-backpack-help-docs)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require pentangle/laravel-backpack-help-docs
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="pentangle\LaravelBackpackHelpDocs\LaravelBackpackHelpDocsServiceProvider" --tag="laravel-backpack-help-docs-migrations"
php artisan migrate
```

```
php artisan backpack:add-sidebar-content " Help docs"
php artisan backpack:add-sidebar-content ""
```

You can publish the config file with:

```
php artisan vendor:publish --provider="pentangle\LaravelBackpackHelpDocs\LaravelBackpackHelpDocsServiceProvider" --tag="laravel-backpack-help-docs-config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$laravel-backpack-help-docs = new pentangle\LaravelBackpackHelpDocs();
echo $laravel-backpack-help-docs->echoPhrase('Hello, pentangle!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Pentangle](https://github.com/pentangle)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e705d3c99d69560b9ee09ad425d0243f89cab5108940b11347f4ab62d8ba8821?d=identicon)[pentangle](/maintainers/pentangle)

---

Top Contributors

[![TbishopP](https://avatars.githubusercontent.com/u/100126472?v=4)](https://github.com/TbishopP "TbishopP (10 commits)")

### Embed Badge

![Health badge](/badges/pentangle-laravel-backpack-help-docs/health.svg)

```
[![Health](https://phpackages.com/badges/pentangle-laravel-backpack-help-docs/health.svg)](https://phpackages.com/packages/pentangle-laravel-backpack-help-docs)
```

PHPackages © 2026

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