PHPackages                             componist/developer-tools - 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. componist/developer-tools

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

componist/developer-tools
=========================

....coming soon

01Blade

Since Feb 19Pushed 2mo agoCompare

[ Source](https://github.com/componist/developer-tools)[ Packagist](https://packagist.org/packages/componist/developer-tools)[ RSS](/packages/componist-developer-tools/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Componist Developer Tools
=========================

[](#componist-developer-tools)

- show Modal fillable array , casts array
- show Validation settings from database table
- create Migration from database table
- get database schema
- snippest for GRUD, PEST
- create blueprint yaml from database
- create Laravel Modal from database schema
- edit database schema / create / delete/ reorder columns
- routing testing
- clear or delete database
- create robots.txt file
- create sitemap file from all public routes
- show all register commands
- job liste with run job
- get .env
- get config files
- show logs

This package is only intended for developers and in the local system.

```
if (env('APP_DEBUG') === true) {
  // routings
}
```

install
-------

[](#install)

### \#1. copy this folder to root/packages/developer-tools

[](#1-copy-this-folder-to-rootpackagesdeveloper-tools)

### \#2. in your composer.json include to autoload -&gt; psr-4

[](#2-in-your-composerjson-include-to-autoload---psr-4)

```
//.....
"autoload": {
        "psr-4": {
            "App\\": "app/",
            "Database\\Factories\\": "database/factories/",
            "Database\\Seeders\\": "database/seeders/",

            "Componist\\DeveloperTools\\": "packages/developer-tools/src",

        }
    },
//.....
```

### \#3. in your root/bootstrap/providers.php

[](#3-in-your-rootbootstrapprovidersphp)

```
return [

    Componist\DeveloperTools\DeveloperToolsServiceProvider::class,

];
```

### \#4. show in url with

[](#4-show-in-url-with)

```
https://your-url/componist

(URL-Prefix ist in der Config `config/developer-tools.php` unter `route_prefix` änderbar.)

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance56

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

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/d5e1e9db4bf5b8deab7854a0bf9596004deb755d27d2e5e9c64de9ceea564afd?d=identicon)[Componist](/maintainers/Componist)

---

Top Contributors

[![Reinhold-Jesse](https://avatars.githubusercontent.com/u/88349887?v=4)](https://github.com/Reinhold-Jesse "Reinhold-Jesse (28 commits)")

### Embed Badge

![Health badge](/badges/componist-developer-tools/health.svg)

```
[![Health](https://phpackages.com/badges/componist-developer-tools/health.svg)](https://phpackages.com/packages/componist-developer-tools)
```

###  Alternatives

[litecms/page

Page package for litecms.

1851.8k1](/packages/litecms-page)

PHPackages © 2026

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