PHPackages                             daydreamlab/jjaj - 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. daydreamlab/jjaj

Abandoned → jjajLibrary

daydreamlab/jjaj
================

For Jordan, Jerry, Alex and Jackie

v1.0.0(7y ago)0421[2 issues](https://github.com/DaydreamLab/JJAJ/issues)2PHP

Since Feb 1Pushed 11mo ago2 watchersCompare

[ Source](https://github.com/DaydreamLab/JJAJ)[ Packagist](https://packagist.org/packages/daydreamlab/jjaj)[ RSS](/packages/daydreamlab-jjaj/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (9)Used By (2)

JJAJ
====

[](#jjaj)

jjaj:mc
-------

[](#jjajmc)

This command jjaj:mc means that it will generate Model(m) and Controller(c). The following directories and files will be generated:

- Controller Path : app/Http/Controllers/API/{name}
- Model Path: app/Models/{name}
- Repository Path: app/Repositories/
- Service Path: app/Services/
- Request Path: app/Http/Requests/
- Constant Path: app/constants/

    php artisan jjaj:mc {name} {--admin} {--front} {--component=}

Example
-------

[](#example)

```
php artisan jjaj:mc Category --admin --front --component=Cms

```

params:
-------

[](#params)

- name (required)

    Model name. Plase don't use plural form(ex: Users).
- \--admin (optional)

    This param will generate admin model.
- \--front (optional)

    This param will generate front model.
- \--component= (optional)

    If you want to write you own package, this will help you to generate corresponding files with correct namespace. File path will be in **root/packages/{package\_name}**.

### jjaj:clear

[](#jjajclear)

```
php artisan jjaj:clear

```

This command will run the following three commands:

```
php artisan config:clear
php artisan cache:clear
php artisan view:clear

```

### jjaj:delete

[](#jjajdelete)

This Command will help you to delete all files generated by jjaj:mc command.

### jjaj:refresh

[](#jjajrefresh)

This command will run the following two commands:

```
php artisan migrate:refresh
php artisan passport:install

```

### jjaj:test

[](#jjajtest)

This Command will help you to generate tesing files.

```
php artisan jjaj:test {name} {--unit} {--feature} {--type=} {--admin} {--front}

```

Example
-------

[](#example-1)

```
php artisan jjaj:test --unit --type=service --admin --front

```

params:
-------

[](#params-1)

- name (required)

    Model name. Plase don't use plural form(ex: Users).
- \--admin (optional)

    This param will generate admin model test.
- \--front (optional)

    This param will generate front model test.
- \--type= (optional)

    There are three type you can choose!

    - controller
    - model
    - repository
    - service

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~230 days

Total

2

Last Release

2521d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/72446751?v=4)[yujungtsai](/maintainers/yujungtsai)[@yujungtsai](https://github.com/yujungtsai)

---

Top Contributors

[![JinJerry](https://avatars.githubusercontent.com/u/38848599?v=4)](https://github.com/JinJerry "JinJerry (6 commits)")[![sheginabo](https://avatars.githubusercontent.com/u/6874181?v=4)](https://github.com/sheginabo "sheginabo (4 commits)")

### Embed Badge

![Health badge](/badges/daydreamlab-jjaj/health.svg)

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

PHPackages © 2026

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