PHPackages                             xammie/make-commands - 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. xammie/make-commands

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

xammie/make-commands
====================

Extended make commands for laravel

v0.5.0(3y ago)106.5k[2 PRs](https://github.com/Xammie/make-commands/pulls)MITPHPPHP ^8.0

Since Feb 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Xammie/make-commands)[ Packagist](https://packagist.org/packages/xammie/make-commands)[ Docs](https://github.com/xammie/make-commands)[ GitHub Sponsors](https://github.com/Xammie)[ RSS](/packages/xammie-make-commands/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (12)Versions (9)Used By (0)

Extended make commands for laravel
==================================

[](#extended-make-commands-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9c9907b7cc520c713432357fab6bc671f43a17d0da1e0d929953fec90f8e09cf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f78616d6d69652f6d616b652d636f6d6d616e64732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/xammie/make-commands)[![GitHub Tests Action Status](https://camo.githubusercontent.com/9839c36c2ae739c29be4aded328ff7abf34b49e429bc4bb6556e94db493ab6f0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f78616d6d69652f6d616b652d636f6d6d616e64732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/xammie/make-commands/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/275c71ad6164cd18ff5547a0e98e0ab3a4c8860593df24be57993ccf6d9def52/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f78616d6d69652f6d616b652d636f6d6d616e64732f70696e742e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/xammie/make-commands/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/85819a2c0e007e25a14475b0a0933076e72f14e4167368d8530015cf3ab0d7f7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f78616d6d69652f6d616b652d636f6d6d616e64732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/xammie/make-commands)

This package extends the default laravel make commands to create classes like actions, services, enums and more.

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

This will create the file `app/Actions/CreateUserAction.php`

```
