PHPackages                             lozemc/laravel-actions - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lozemc/laravel-actions

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lozemc/laravel-actions
======================

Simple command to create actions in Laravel

11.0(2y ago)172MITPHPPHP ^8.2|^8.3

Since Apr 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/lozemc/laravel-actions)[ Packagist](https://packagist.org/packages/lozemc/laravel-actions)[ Docs](https://github.com/lozemc/)[ RSS](/packages/lozemc-laravel-actions/feed)WikiDiscussions main Synced 2d ago

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

Laravel Action Command
======================

[](#laravel-action-command)

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

[](#installation)

To get started with Laravel Action Command, simply require the package via [Composer](https://packagist.org/packages/lozemc/laravel-actions):

```
composer require lozemc/laravel-actions
```

### Installation for Laravel 10.x

[](#installation-for-laravel-10x)

Next, add the following line to the $commands array in your `/app/Console/Kernel.php` file:

```
protected $commands = [

    // ...

    \App\Console\Commands\ActionMakeCommand::class,
];
```

If the protected $commands array does not exist, you will need to add it.

### Installation for Laravel 11.x

[](#installation-for-laravel-11x)

Then add the following line to the returned array in `/bootstrap/providers.php`:

```
return [

    // ...

    \Lozemc\Actions\Providers\MakeActionProvider::class,
];
```

Usage
-----

[](#usage)

Once installed and configured, you can use the artisan command to create a new action:

```
php artisan make:action UpdatePostAction
```

This will generate a new action class named `UpdatePostAction` in the `App\Actions` namespace. You can then implement your business logic within this action class.

### Other

[](#other)

- [Laravel Service Command](https://github.com/lozemc/laravel-services)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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 ~1 days

Total

2

Last Release

805d ago

Major Versions

10.0 → 11.02024-04-21

PHP version history (2 changes)10.0PHP &gt;=8.2

11.0PHP ^8.2|^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44927153?v=4)[Александр Жуков](/maintainers/lozemc)[@lozemc](https://github.com/lozemc)

---

Top Contributors

[![lozemc](https://avatars.githubusercontent.com/u/44927153?v=4)](https://github.com/lozemc "lozemc (9 commits)")

---

Tags

actionactionscommandcommandslaravellaravelcommandactionscommandsaction

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/lozemc-laravel-actions/health.svg)

```
[![Health](https://phpackages.com/badges/lozemc-laravel-actions/health.svg)](https://phpackages.com/packages/lozemc-laravel-actions)
```

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[firefly-iii/data-importer

Firefly III Data Import Tool.

8035.8k](/packages/firefly-iii-data-importer)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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