PHPackages                             carloeusebi/php-artisan-make-action - 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. carloeusebi/php-artisan-make-action

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

carloeusebi/php-artisan-make-action
===================================

A Package that adds the php artisan make:action command

v0.0.1(11mo ago)11.2k↓27.8%MITPHP

Since Jun 1Pushed 11mo agoCompare

[ Source](https://github.com/carloeusebi/php-artisan-make-action)[ Packagist](https://packagist.org/packages/carloeusebi/php-artisan-make-action)[ RSS](/packages/carloeusebi-php-artisan-make-action/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

[ ![Total Downloads](https://camo.githubusercontent.com/7e5458d415fa20a5ef61b85a18ad4586ac8f125b581097f46463c95216646d14/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6361726c6f6575736562692f7068702d6172746973616e2d6d616b652d616374696f6e)](https://packagist.org/packages/carloeusebi/php-artisan-make-action)[ ![Latest Version](https://camo.githubusercontent.com/4b44ba1abc75dea81305c456ffd7e976606d3209fb6b8b9247666187fd7592bc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6361726c6f6575736562692f7068702d6172746973616e2d6d616b652d616374696f6e)](https://packagist.org/packages/carloeusebi/php-artisan-make-action)[ ![License](https://camo.githubusercontent.com/6965181fbe42901347bb4ec046ef5a9a8f60a270e196c23c1e9f1bb46518ae0a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6361726c6f6575736562692f7068702d6172746973616e2d6d616b652d616374696f6e)](https://packagist.org/packages/carloeusebi/php-artisan-make-action)Php Artisan Make:action
=======================

[](#php-artisan-makeaction)

A very small Laravel Package that adds the `make:action` Artisan Command.

Table of Contents
-----------------

[](#table-of-contents)

- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

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

[](#requirements)

- PHP 8.\* or higher
- Laravel 12.\* or higher

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

[](#installation)

Run the following command to install the latest version fo the package:

```
composer require carloeusebi/php-artisan-make-action --dev
```

Usage
-----

[](#usage)

Run

```
php artisan make:action CreateUserAction
```

This will create the following Action inside `app\Actions`

```
