PHPackages                             adereksisusanto/laravel-artisan - 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. adereksisusanto/laravel-artisan

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

adereksisusanto/laravel-artisan
===============================

Laravel scaffolding toolkit – generate boilerplate code and build artisan-powered CLI tools.

v1.0.8(1mo ago)5889[1 PRs](https://github.com/adereksisusanto/laravel-artisan/pulls)MITPHPPHP ^8.3|^8.5CI passing

Since Jul 2Pushed 1mo agoCompare

[ Source](https://github.com/adereksisusanto/laravel-artisan)[ Packagist](https://packagist.org/packages/adereksisusanto/laravel-artisan)[ GitHub Sponsors](https://github.com/adereksisusanto)[ RSS](/packages/adereksisusanto-laravel-artisan/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (9)Dependencies (28)Versions (10)Used By (0)

Laravel Artisan
===============

[](#laravel-artisan)

[![Tests](https://camo.githubusercontent.com/90dfbc1fc932b0160c1b01de134463177cb68a8b8ae75a7eb9440af246b30450/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f74657374732d31323425323070617373696e672d627269676874677265656e3f7374796c653d666c61742d737175617265)](https://github.com/adereksisusanto/laravel-artisan)[![PHPStan](https://camo.githubusercontent.com/858ba49b4f650d5848b783ce7017c8872144428e62cd948e7b4d7bd815c8ffed/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d6c6576656c253230352d627269676874677265656e3f7374796c653d666c61742d737175617265)](https://github.com/adereksisusanto/laravel-artisan)[![Packagist Version](https://camo.githubusercontent.com/3bdabf780db85140585f84a40f6a37fa42fe5aa3427375a7eb87a96dbb43f221/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61646572656b7369737573616e746f2f6c61726176656c2d6172746973616e3f7374796c653d666c61742d737175617265)](https://packagist.org/packages/adereksisusanto/laravel-artisan)[![Packagist Downloads](https://camo.githubusercontent.com/6a2b93e119e18413c405586456eb872a8cbcc5ef265bdf4492c650c5fe4d53a1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61646572656b7369737573616e746f2f6c61726176656c2d6172746973616e3f7374796c653d666c61742d737175617265)](https://packagist.org/packages/adereksisusanto/laravel-artisan)[![PHP Version](https://camo.githubusercontent.com/81561806c75a79098a82da77788eda64a1505e7eb7ea94f74ee3df6444851e34/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545382e33253743253545382e352d3737376262333f7374796c653d666c61742d737175617265)](https://github.com/adereksisusanto/laravel-artisan)[![License](https://camo.githubusercontent.com/ac049ef4e7a0b7196b09add6ac2d4f180e544c0ac779c2b2ac2fd2723a209579/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75653f7374796c653d666c61742d737175617265)](https://github.com/adereksisusanto/laravel-artisan)

Artisan commands to scaffold boilerplate code — designed for Laravel package developers.

> **Note:** This package runs **standalone** — it does not integrate with a Laravel application. Perfect for package development where you need artisan scaffolding without booting a full Laravel app.

**Languages:** [Indonesia](README.id.md) | English

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

[](#installation)

```
composer require adereksisusanto/laravel-artisan --dev
```

After installation, the `bin/artisan` entry point is available in your project's `vendor/bin` directory.

### Setup artisan file

[](#setup-artisan-file)

Copy the artisan binary to your project root:

```
cp vendor/bin/artisan artisan
```

Or create `artisan` manually in your project root:

```
#!/usr/bin/env php
