PHPackages                             ridrog/boilerplate - 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. [Framework](/categories/framework)
4. /
5. ridrog/boilerplate

ActivePackage[Framework](/categories/framework)

ridrog/boilerplate
==================

Boilerplate for Laravel Packages

1.0.0(6y ago)011MITPHPPHP ^7.2CI failing

Since Oct 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Ridrog/Boilerplate)[ Packagist](https://packagist.org/packages/ridrog/boilerplate)[ Docs](https://github.com/ridrog/boilerplate)[ RSS](/packages/ridrog-boilerplate/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Readme
======

[](#readme)

How to use this laravel package boilerplate
===========================================

[](#how-to-use-this-laravel-package-boilerplate)

Setup
-----

[](#setup)

**Step 1**
Clone or download this Repository into a laravel installtion.

**Step 2**

- Rename all Files from "BoilplateXxxxx.php" to "YourPackageNameXxxxx.php"
- Search and Replace "Boilerplate" with "YourPackageName" (case sensitive!)
- Search and Replace "boilerplate" with "yourpackagename" (case sensitive!)
- Replace the name in the LICENSE File

**Step 3**

- Use your terminal to cd to the root of this package
- Run `composer install`
- Run the tests `composer test`

**Step 4**

- Add the namespace and the path to the composer.json File of your laravel installation

```
"autoload": {
    "classmap": [
        "database/seeds",
        "database/factories"
        ],
    "psr-4": {
        "App\\": "app/",
        "{Vendor}\\{{PackageName}}\\": "packages/{vendor}/{packagename}/src/
    }
},

```

- Add the Service Provider to config/app.php

Development
-----------

[](#development)

1. Update all the readme /docs files
    Delete what you don't need
    You also need to delete links from \\docs\\index.md to the not used/deleted files in \\docs\\details
2. Develop the package

Publish
-------

[](#publish)

1. Create a Github repository for your package
2. Push the package to github
3. Bonus: Enable Github Pages in the settings of the repository
4. Generate a Release
5. Add the package to packagist
6. Bonus: Add the github repository to travis to run test on every change that is pushed to the repository
7. Delete this section
8. DONE

[![Build Status](https://camo.githubusercontent.com/755c28a3f9e93bcf521bb5f1d275134e3e72e23b1733270499d3fbc76bda181e/68747470733a2f2f7472617669732d63692e6f72672f526964726f672d64652f626f696c6572706c6174652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Ridrog-de/boilerplate)[![Latest Stable Version](https://camo.githubusercontent.com/e88ded7ebba30aab3717a82095ad2a1fb16d1503c91144817f883371c672c653/68747470733a2f2f706f7365722e707567782e6f72672f726964726f672f626f696c6572706c6174652f762f737461626c65)](https://packagist.org/packages/ridrog/boilerplate)[![Total Downloads](https://camo.githubusercontent.com/ae2e94a04ff08d0e9237fd5efddecb5181a8fcc3af7003ec19b42bac2d6512f5/68747470733a2f2f706f7365722e707567782e6f72672f726964726f672f626f696c6572706c6174652f646f776e6c6f616473)](https://packagist.org/packages/ridrog/boilerplate)[![Latest Unstable Version](https://camo.githubusercontent.com/b78c6b7f43be9459fe25e6a06bf0715231ab21c91402efde0e90fb0ec06a3118/68747470733a2f2f706f7365722e707567782e6f72672f726964726f672f626f696c6572706c6174652f762f756e737461626c65)](https://packagist.org/packages/ridrog/boilerplate)[![License](https://camo.githubusercontent.com/1575d313f38d841019748da3643d8a165a2791d331983740f5e3856963b78ab7/68747470733a2f2f706f7365722e707567782e6f72672f726964726f672f626f696c6572706c6174652f6c6963656e7365)](https://packagist.org/packages/ridrog/boilerplate)

**[Full Documentation](https://ridrog-de.github.io/boilerplate/)**

What is this
------------

[](#what-is-this)

---

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

[](#installation)

---

Usage
-----

[](#usage)

---

Config
------

[](#config)

---

Details
-------

[](#details)

### Facade

[](#facade)

### Routes

[](#routes)

### Controllers

[](#controllers)

### Views

[](#views)

### Middleware

[](#middleware)

### Migrations

[](#migrations)

### Seeder

[](#seeder)

### Commands

[](#commands)

### Translation

[](#translation)

### Events and Listeners

[](#events-and-listeners)

### Notifications

[](#notifications)

---

Tests
-----

[](#tests)

---

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

[](#change-log)

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

Testing
-------

[](#testing)

$ composer test

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)

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

2399d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/64048212547497d579f3b271418b99c36f6bfd23eea30d772c65b9b1d25da774?d=identicon)[Ridrog](/maintainers/Ridrog)

---

Top Contributors

[![MichaelBusam](https://avatars.githubusercontent.com/u/64281215?v=4)](https://github.com/MichaelBusam "MichaelBusam (1 commits)")

---

Tags

laravelpackagepackage-development

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ridrog-boilerplate/health.svg)

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

###  Alternatives

[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[internachi/modular

Modularize your Laravel apps

1.1k662.4k8](/packages/internachi-modular)

PHPackages © 2026

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