PHPackages                             juzaweb/dev-tool - 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. juzaweb/dev-tool

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

juzaweb/dev-tool
================

Develop Tool for Juzaweb CMS

2.0.5(2mo ago)1574.4k↑2350%[1 PRs](https://github.com/juzaweb/dev-tool/pulls)20GPL-2.0PHPPHP ^8.2CI failing

Since Sep 5Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/juzaweb/dev-tool)[ Packagist](https://packagist.org/packages/juzaweb/dev-tool)[ Docs](https://juzaweb.com)[ RSS](/packages/juzaweb-dev-tool/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (13)Versions (35)Used By (20)

Juzaweb Dev Tool
================

[](#juzaweb-dev-tool)

Develop Tool for Juzaweb CMS. This package provides a set of Artisan commands to help you develop modules and themes for Juzaweb CMS.

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

[](#installation)

You can install the package via composer:

```
composer require --dev juzaweb/dev-tool
```

Requirements
------------

[](#requirements)

- PHP ^8.2
- juzaweb/core ^5.0

Usage
-----

[](#usage)

### Module Commands

[](#module-commands)

CommandDescription`php artisan module:make `Create a new module.`php artisan module:delete `Delete a module.`php artisan module:use `Use a module.`php artisan module:unuse `Un-use a module.`php artisan module:publish `Publish module assets.`php artisan module:publish-config `Publish module configuration.`php artisan module:publish-migration `Publish module migrations.`php artisan module:publish-translation `Publish module translations.### Theme Commands

[](#theme-commands)

CommandDescription`php artisan theme:make `Create a new theme.`php artisan theme:download-style `Download style template.`php artisan theme:download-template `Download a template.`php artisan theme:make-block `Create a page block for a theme.`php artisan theme:make-template `Create a template for a theme.`php artisan theme:make-view `Create a view for a theme.`php artisan theme:make-widget `Create a widget for a theme.`php artisan theme:make-controller `Create a controller for a theme.`php artisan theme:seed  `Seed theme data.### Generator Commands

[](#generator-commands)

This package provides various generator commands to speed up your development:

- `php artisan module:make-command  [module]`
- `php artisan module:make-controller  [module]`
- `php artisan module:make-event  [module]`
- `php artisan module:make-job  [module]`
- `php artisan module:make-listener  [module]`
- `php artisan module:make-mail  [module]`
- `php artisan module:make-middleware  [module]`
- `php artisan module:make-model  [module]`
- `php artisan module:make-notification  [module]`
- `php artisan module:make-policy  [module]`
- `php artisan module:make-provider  [module]`
- `php artisan module:make-request  [module]`
- `php artisan module:make-resource  [module]`
- `php artisan module:make-rule  [module]`
- `php artisan module:make-test  [module]`
- `php artisan module:route-provider [module]`

### CRUD Generator

[](#crud-generator)

Generate CRUD (Create, Read, Update, Delete) operations for a model in a module.

```
php artisan module:make-crud  [module]
```

Options:

- `--api`: Generate API CRUD.

### GitHub Release

[](#github-release)

You can release your module to GitHub using the following command:

```
php artisan github:release
```

#### Configuration

[](#configuration)

Add your GitHub token to your `.env` file:

```
JW_RELEASE_GITHUB_TOKEN=your_github_token
```

Options for `github:release`:

- `--ver`: Version to release. Auto increment version if not set.
- `--changelog`: Write to changelog.md. Default: true.
- `--target`: Target branch to release. Default: master.

Example:

```
php artisan github:release modules/my-module --ver=1.0.1 --target=main
```

### Agents Publishing

[](#agents-publishing)

Publish dev-tool agents to the `.agent` directory for development assistance:

```
php artisan agents:publish
```

Options:

- `--force`: Overwrite existing files without confirmation
- `--skills`: Publish only the skills folder
- `--rules`: Publish only the rules folder

This command copies agent configuration files from the dev-tool package to your project's `.agent` directory, enabling AI-powered development assistance.

Examples:

```
# Publish all agents
php artisan agents:publish

# Publish only skills folder
php artisan agents:publish --skills

# Publish only rules folder
php artisan agents:publish --rules

# Force overwrite existing files
php artisan agents:publish --force
```

###  Health Score

56

—

FairBetter than 98% of packages

Maintenance88

Actively maintained with recent releases

Popularity35

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 78.7% 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 ~71 days

Recently: every ~8 days

Total

14

Last Release

61d ago

Major Versions

1.0.7 → 2.0.02026-02-08

PHP version history (2 changes)1.0PHP ^8.0|^8.1

2.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/3169e8a8781068840e9300a57785089da521287dbe0279fc9cc7e8de1c1d95a9?d=identicon)[juzaweb](/maintainers/juzaweb)

---

Top Contributors

[![juzaweb](https://avatars.githubusercontent.com/u/47020363?v=4)](https://github.com/juzaweb "juzaweb (137 commits)")[![google-labs-jules[bot]](https://avatars.githubusercontent.com/in/842251?v=4)](https://github.com/google-labs-jules[bot] "google-labs-jules[bot] (37 commits)")

---

Tags

juzaweblaravellaravel-cmslaravel-frameworklaravel-package

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/juzaweb-dev-tool/health.svg)

```
[![Health](https://phpackages.com/badges/juzaweb-dev-tool/health.svg)](https://phpackages.com/packages/juzaweb-dev-tool)
```

###  Alternatives

[tianhe1986/fatsmalltools

some small tools

1001.2k](/packages/tianhe1986-fatsmalltools)

PHPackages © 2026

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