PHPackages                             jdw5/artisan-assemble - 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. jdw5/artisan-assemble

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

jdw5/artisan-assemble
=====================

Custom Laravel Artisan commands to reduce boilerplate

v0.2.4(2y ago)013mitPHPPHP ^8.1.0

Since Feb 11Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/jdw5/artisan-assemble)[ Packagist](https://packagist.org/packages/jdw5/artisan-assemble)[ RSS](/packages/jdw5-artisan-assemble/feed)WikiDiscussions main Synced today

READMEChangelog (6)Dependencies (7)Versions (7)Used By (0)

Artisan Assemble
================

[](#artisan-assemble)

Custom stubs and make commands for Laravel's artisan CLI.

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

[](#installation)

```
composer require --dev jdw5/artisan-assemble
```

Once installed, you should publish the configuration file to customise your stubs by publishing them. This is also required to change the default page/modal stubs to use your own components - and change from Vue to react.

```
php artisan vendor:publish --tag=artisan-assemble
```

In the published `config/artisan-assemble.php` file, you can select the file extension that should be used for your page/modal routes. By default, this is set to `.vue` but you can change this to whatever you require - just be sure to update the stubs accordingly.

Available Commands
------------------

[](#available-commands)

### `make:endpoint {name}`

[](#makeendpoint-name)

This creates a new single action controller and request pair with opinionated namespacing.

Example usage:

```
php artisan make:controller User/Item/ItemStore
```

This will create two files: `App/Http/Controllers/User/Item/ItemStoreController.php` and `App/Http/Requests/User/Item/ItemStoreRequest.php`.

You can pass additional options to endpoint command.

- `-p` or `--page` will additionally create a page at the given namespace.
- `-m` or `--modal` will additionally create a modal at the given namespace.
- `-f` or `--form` will use the form variant of the page/modal component if they are specified

### `make:page {name}`

[](#makepage-name)

This will create a new page using your specified or the default stub at the given namespace.

### `make:modal {name}`

[](#makemodal-name)

This will create a new modal using your specified or the default stub at the given namespace.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance57

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~11 days

Total

6

Last Release

819d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/87954417?v=4)[Joshua Wallace](/maintainers/jdw5)[@jdw5](https://github.com/jdw5)

---

Top Contributors

[![jdw5](https://avatars.githubusercontent.com/u/87954417?v=4)](https://github.com/jdw5 "jdw5 (17 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/jdw5-artisan-assemble/health.svg)

```
[![Health](https://phpackages.com/badges/jdw5-artisan-assemble/health.svg)](https://phpackages.com/packages/jdw5-artisan-assemble)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M187](/packages/laravel-ai)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M129](/packages/roots-acorn)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[laravel/folio

Page based routing for Laravel.

603583.7k32](/packages/laravel-folio)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4925.3k](/packages/erag-laravel-lang-sync-inertia)

PHPackages © 2026

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