PHPackages                             invisibledragon/laravel-baseplate - 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. invisibledragon/laravel-baseplate

ActiveLibrary[Framework](/categories/framework)

invisibledragon/laravel-baseplate
=================================

InvisibleDragon shared basis for Laravel

085[4 PRs](https://github.com/InvisDragon/laravel-baseplate/pulls)PHPCI passing

Since Aug 12Pushed 1mo agoCompare

[ Source](https://github.com/InvisDragon/laravel-baseplate)[ Packagist](https://packagist.org/packages/invisibledragon/laravel-baseplate)[ RSS](/packages/invisibledragon-laravel-baseplate/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

InvisibleDragon shared basis for Laravel
========================================

[](#invisibledragon-shared-basis-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/de89f89c9ac10b691ea1fccf17b85b1ada701ff1b5429c99f4da6fa0c022e258/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e76697369626c65647261676f6e2f6c61726176656c2d62617365706c6174652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/invisibledragon/laravel-baseplate)[![GitHub Tests Action Status](https://camo.githubusercontent.com/643396b8d632aaad03026a20a043415eed32f0bfc9e611a28cfb13e3ad8aa621/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696e76697369626c65647261676f6e2f6c61726176656c2d62617365706c6174652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/invisibledragon/laravel-baseplate/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/c9fbf2b7097ffb5542560cfc24cc9a183fee593d6882831f580d4c49e9af96af/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696e76697369626c65647261676f6e2f6c61726176656c2d62617365706c6174652f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/invisibledragon/laravel-baseplate/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/6264401c65270decd1528b2896659e5d9524cc369488540d3b2e98f4c96c7942/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e76697369626c65647261676f6e2f6c61726176656c2d62617365706c6174652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/invisibledragon/laravel-baseplate)

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

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

[](#installation)

You can install the package via composer:

```
composer require invisibledragon/laravel-baseplate
```

You can publish and run the migrations with:

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

You can publish the config file with:

```
php artisan vendor:publish --tag="baseplate-config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

TBC

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Joe Simpson](https://github.com/kennydude)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance60

Regular maintenance activity

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 87.1% 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/a9572094d37cdc8dfe8af946ec8997250b43a0d539f2cbdc317fcc5a528ea1a6?d=identicon)[invisibledragon](/maintainers/invisibledragon)

---

Top Contributors

[![kennydude](https://avatars.githubusercontent.com/u/198294?v=4)](https://github.com/kennydude "kennydude (54 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")

### Embed Badge

![Health badge](/badges/invisibledragon-laravel-baseplate/health.svg)

```
[![Health](https://phpackages.com/badges/invisibledragon-laravel-baseplate/health.svg)](https://phpackages.com/packages/invisibledragon-laravel-baseplate)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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