PHPackages                             consoletvs/bootpack - 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. consoletvs/bootpack

ActiveLibrary[Framework](/categories/framework)

consoletvs/bootpack
===================

Laravel 5 package bootstraper

2.0.0(5y ago)27910.5k24[4 issues](https://github.com/ConsoleTVs/Bootpack/issues)MITPHPPHP &gt;=7.0

Since Aug 11Pushed 5y ago10 watchersCompare

[ Source](https://github.com/ConsoleTVs/Bootpack)[ Packagist](https://packagist.org/packages/consoletvs/bootpack)[ RSS](/packages/consoletvs-bootpack/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (3)Versions (13)Used By (0)

 [![](https://camo.githubusercontent.com/41705ddc86761fbc2bf8a5f3eb02321c32b36ea6434d36855abe8596ba26bd4e/687474703a2f2f692e696d6775722e636f6d2f7669446b5872572e706e67)](https://camo.githubusercontent.com/41705ddc86761fbc2bf8a5f3eb02321c32b36ea6434d36855abe8596ba26bd4e/687474703a2f2f692e696d6775722e636f6d2f7669446b5872572e706e67)

Bootpack - Laravel 5 package bootstraper
========================================

[](#bootpack---laravel-5-package-bootstraper)

Description
-----------

[](#description)

Bootpack is a laravel 5 package bootstraper that does the following:

- Creates composer.json for a laravel package
- Create a basic well structured package directory
- Adds the local autoloader to the project composer.json
- Dumps the autoload
- Adds the package service provider to the laravel project
- Initiates a git repository
- Perhaps more ;D

It features a full terminal application based on an artisan command.

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

[](#installation)

```
composer require consoletvs/bootpack

```

Register the service provider to the current project (Not needed if using laravel 5.5+):

```
ConsoleTVs\Bootpack\BootpackServiceProvider::class

```

Publish the configuration:

```
php artisan vendor:publish

```

Usage
-----

[](#usage)

Can't be more simple... rename test/package to the vendor/packagename notation you wish to create.

Example: consoletvs/bootpack

```
php artisan bootpack:create test/package

```

You then have a cool functional terminal to help you create the package. Enjoy!

[![First](https://camo.githubusercontent.com/0f2d72aa6e9db493d397463ee174cfa3307ac921a1d5f299d8043de549e18ab5/687474703a2f2f692e696d6775722e636f6d2f37586b4b7451652e706e67)](https://camo.githubusercontent.com/0f2d72aa6e9db493d397463ee174cfa3307ac921a1d5f299d8043de549e18ab5/687474703a2f2f692e696d6775722e636f6d2f37586b4b7451652e706e67)

[![Second](https://camo.githubusercontent.com/4aa3e02c432d2d6c2ee1c0743e3986f1cfa8af1d6195643d1b0049bce57adaa6/687474703a2f2f692e696d6775722e636f6d2f6867427a5151772e706e67)](https://camo.githubusercontent.com/4aa3e02c432d2d6c2ee1c0743e3986f1cfa8af1d6195643d1b0049bce57adaa6/687474703a2f2f692e696d6775722e636f6d2f6867427a5151772e706e67)

Package Structure
-----------------

[](#package-structure)

[![Structure](https://camo.githubusercontent.com/33a32e8a0ea9909e7c660c9879624b6edb3b19f1cb5a596e996120b180e0f6dd/687474703a2f2f692e696d6775722e636f6d2f774f45796e4b4e2e706e67)](https://camo.githubusercontent.com/33a32e8a0ea9909e7c660c9879624b6edb3b19f1cb5a596e996120b180e0f6dd/687474703a2f2f692e696d6775722e636f6d2f774f45796e4b4e2e706e67)

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 78.3% 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 ~93 days

Recently: every ~243 days

Total

12

Last Release

2172d ago

Major Versions

1.1.8 → 2.0.02020-06-04

### Community

Maintainers

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

---

Top Contributors

[![ConsoleTVs](https://avatars.githubusercontent.com/u/6124435?v=4)](https://github.com/ConsoleTVs "ConsoleTVs (18 commits)")[![m1guelpf](https://avatars.githubusercontent.com/u/23558090?v=4)](https://github.com/m1guelpf "m1guelpf (2 commits)")[![24aitor](https://avatars.githubusercontent.com/u/20477883?v=4)](https://github.com/24aitor "24aitor (1 commits)")[![ivothgle](https://avatars.githubusercontent.com/u/24858557?v=4)](https://github.com/ivothgle "ivothgle (1 commits)")[![jayjfletcher](https://avatars.githubusercontent.com/u/5743488?v=4)](https://github.com/jayjfletcher "jayjfletcher (1 commits)")

### Embed Badge

![Health badge](/badges/consoletvs-bootpack/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k96.9M674](/packages/laravel-socialite)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k84.2M225](/packages/laravel-horizon)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[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)[illuminate/routing

The Illuminate Routing package.

1238.6M2.3k](/packages/illuminate-routing)

PHPackages © 2026

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