PHPackages                             red-explosion/laravel-devtools - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. red-explosion/laravel-devtools

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

red-explosion/laravel-devtools
==============================

A collection of helpful tools for building Laravel projects.

v1.1.0(2y ago)01.5k[3 PRs](https://github.com/red-explosion/laravel-devtools/pulls)MITPHPPHP ^8.2CI passing

Since Dec 11Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/red-explosion/laravel-devtools)[ Packagist](https://packagist.org/packages/red-explosion/laravel-devtools)[ Docs](https://github.com/red-explosion/laravel-devtools)[ RSS](/packages/red-explosion-laravel-devtools/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (9)Versions (6)Used By (0)

[![Red Explosion Logo](./art/logo.svg)](./art/logo.svg)

Laravel DevTools
================

[](#laravel-devtools)

[![Latest Version on Packagist](https://camo.githubusercontent.com/73e0f24653c08a13b2d8276457f16806b0239b300f414ea73d90e0de6b2d4cfd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7265642d6578706c6f73696f6e2f6c61726176656c2d646576746f6f6c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/red-explosion/laravel-devtools)[![GitHub Tests Action Status](https://camo.githubusercontent.com/aeac712a7261ff894ff849403e2613a328f68d8895cd3330f7bef351680484e0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7265642d6578706c6f73696f6e2f6c61726176656c2d646576746f6f6c732f74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/red-explosion/laravel-devtools/actions/workflows/tests.yml?query=branch:main)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/e93135b59136e2d01a0e18a06160bd89dbeaaf8cfb25858f685cf0e5af74d6a4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7265642d6578706c6f73696f6e2f6c61726176656c2d646576746f6f6c732f636f64696e672d7374616e64617264732e796d6c3f6c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/red-explosion/laravel-devtools/actions/workflows/coding-standards.yml?query=branch:main)[![Total Downloads](https://camo.githubusercontent.com/bf2b35e2c2b5ba42fb8e696553975d938fa1a52546808226f3cc80c2c14e9e84/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7265642d6578706c6f73696f6e2f6c61726176656c2d646576746f6f6c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/red-explosion/laravel-devtools)

A collection of helpful tools for building Laravel projects.

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

[](#installation)

To get started, install Laravel DevTools via the Composer package manager:

```
composer require red-explosion/laravel-devtools --dev
```

Usage
-----

[](#usage)

### Create an S3 bucket

[](#create-an-s3-bucket)

Most of our projects use MinIO during local development to replicate an S3 bucket. When setting up projects for the first time, you will often find yourself needing to create a bucket in MinIO. This package provides a helpful command to create the bucket automatically with the correct permissions.

```
php artisan storage:create-bucket
```

Important

You will need to ensure you have configured your `AWS_` environment variables before running this command.

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)

If you discover a security vulnerability, please send an e-mail to Ben Sherred via . All security vulnerabilities will be promptly addressed.

Credits
-------

[](#credits)

- [Ben Sherred](https://github.com/bensherred)
- [All Contributors](../../contributors)

License
-------

[](#license)

Laravel Devtools is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance50

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.8% 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 ~92 days

Total

2

Last Release

796d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a81c5266912c039021715b77d96ad65b6aac3a76f39430331f31ea240f0c14e?d=identicon)[bensherred](/maintainers/bensherred)

---

Top Contributors

[![bensherred](https://avatars.githubusercontent.com/u/22666637?v=4)](https://github.com/bensherred "bensherred (15 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

laravelred-explosionlaravel-devtools

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/red-explosion-laravel-devtools/health.svg)

```
[![Health](https://phpackages.com/badges/red-explosion-laravel-devtools/health.svg)](https://phpackages.com/packages/red-explosion-laravel-devtools)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[red-explosion/laravel-sqids

Easily generate Stripe/YouTube looking IDs for your Laravel models.

4530.8k](/packages/red-explosion-laravel-sqids)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[xefi/faker-php-laravel

Faker php integration with laravel

1915.1k](/packages/xefi-faker-php-laravel)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

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