PHPackages                             imagina/iworkshop - 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. [CLI &amp; Console](/categories/cli)
4. /
5. imagina/iworkshop

ActiveLibrary[CLI &amp; Console](/categories/cli)

imagina/iworkshop
=================

CLI tool to scaffold Imagina base packages

v12.x-dev(8mo ago)023PHP

Since Aug 29Pushed 8mo agoCompare

[ Source](https://github.com/imagina/imaginacms-iworkshop)[ Packagist](https://packagist.org/packages/imagina/iworkshop)[ RSS](/packages/imagina-iworkshop/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

iworkshop
=========

[](#iworkshop)

CLI tool to scaffold Imagina base packages for Laravel.

Overview
--------

[](#overview)

**iworkshop** provides artisan commands to quickly scaffold new Laravel modules and entities, following Imagina's conventions. It helps automate the creation of folder structures, configuration files, models, controllers, and more, making it easier to maintain consistency across packages.

Features
--------

[](#features)

- Scaffold a new Laravel module with a single command.
- Generate entities (models, translations, controllers, etc.) for existing modules.
- Predefined folder structure and stub files for rapid development.
- Integrates with Laravel's artisan command system.

Installation DEV
----------------

[](#installation-dev)

Add the package to your Laravel project's `composer.json` (usually as a local package):

```
"repositories": [
    {
        "type": "path",
        "url": "./packages/imagina/iworkshop"
    }
]
```

Then run

```
composer require imagina/iworkshop:dev-main
```

Usage
-----

[](#usage)

### Scaffold a New Module

[](#scaffold-a-new-module)

```
php artisan module:scaffold {ModuleName}
```

This command creates a new module under `packages/imagina/{ModuleName}` with the standard folder structure and initial files.

### Scaffold a New Entity

[](#scaffold-a-new-entity)

```
php artisan module:scaffold:entity {ModuleName} {EntityName}
```

This command generates model, translation, controller, and related files for the specified entity within the given module.

Service Provider
----------------

[](#service-provider)

The package registers its commands via `Imagina\Iworkshop\Providers\WorkshopServiceProvider`.

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

[](#requirements)

- Laravel 10.x, 11.x, or ^12.0
- PHP 8.1+

License
-------

[](#license)

MIT

Author
------

[](#author)

- msolanogithub

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance58

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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

Unknown

Total

1

Last Release

268d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bc4bd5d733cfbe7e145670fbb1539bdb8d33f43c2cca4f26a119d37dfbad62f?d=identicon)[imagina](/maintainers/imagina)

---

Top Contributors

[![imagina](https://avatars.githubusercontent.com/u/758247?v=4)](https://github.com/imagina "imagina (1 commits)")[![msolanogithub](https://avatars.githubusercontent.com/u/38920570?v=4)](https://github.com/msolanogithub "msolanogithub (1 commits)")

### Embed Badge

![Health badge](/badges/imagina-iworkshop/health.svg)

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

###  Alternatives

[livewire/livewire

A front-end framework for Laravel.

23.6k89.0M2.7k](/packages/livewire-livewire)[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.5k21.5M588](/packages/laravel-boost)[mwguerra/web-terminal

A web-based terminal component for Filament/Laravel with command whitelisting and multiple connection types

296.1k](/packages/mwguerra-web-terminal)[whatsdiff/whatsdiff

See what's changed in your project's dependencies

771.2k](/packages/whatsdiff-whatsdiff)

PHPackages © 2026

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