PHPackages                             projektgopher/laravel-workflow-generator - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. projektgopher/laravel-workflow-generator

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

projektgopher/laravel-workflow-generator
========================================

Creates a make:workflow artisan command to scaffold out a number of useful GitHub actions workflows for Laravel.

v0.1.1(5y ago)1161MITPHPPHP ^8.0

Since Apr 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ProjektGopher/Laravel-workflow-generator)[ Packagist](https://packagist.org/packages/projektgopher/laravel-workflow-generator)[ Docs](https://github.com/ProjektGopher/Laravel-workflow-generator)[ GitHub Sponsors](https://github.com/ProjektGopher)[ RSS](/packages/projektgopher-laravel-workflow-generator/feed)WikiDiscussions main Synced today

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

Laravel workflow generator
==========================

[](#laravel-workflow-generator)

[![Latest Version on Packagist](https://camo.githubusercontent.com/71b10c41d019bf04413a582406120d915d805876b1f509cb0b59ea374692299f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70726f6a656b74676f706865722f6c61726176656c2d776f726b666c6f772d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/projektgopher/laravel-workflow-generator)[![GitHub Tests Action Status](https://camo.githubusercontent.com/b44245ebdfe64b583bea86a25eb4bdb19b07cd912b4654fae18d3dac11e792c4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f50726f6a656b74476f706865722f4c61726176656c2d776f726b666c6f772d67656e657261746f722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/ProjektGopher/Laravel-workflow-generator/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/15013968b70014a8dfd37821c4807560de42fa086fe29be4980108c21f93e9d3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f50726f6a656b74476f706865722f4c61726176656c2d776f726b666c6f772d67656e657261746f722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/ProjektGopher/Laravel-workflow-generator/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/8a67a0acca6d67fb403e8d657db01b1502355e0e35622a730ffbbb968e4a2a8e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70726f6a656b74676f706865722f6c61726176656c2d776f726b666c6f772d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/projektgopher/laravel-workflow-generator)

This creates a make:workflow artisan command to scaffold out a number of useful GitHub actions workflows for Laravel.

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

[](#installation)

You can install the package via composer:

```
composer require projektgopher/laravel-workflow-generator
```

You can publish the config file with:

```
php artisan vendor:publish --provider="ProjektGopher\WorkflowGenerator\WorkflowGeneratorServiceProvider" --tag="Laravel-workflow-generator-config"
```

Though you probably won't need to at this point, as there's nothing there.

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
php artisan workflow:list
```

Will list out all available workflows to be generated. More will be added.

```
php artisan workflow:make dusk
```

Will check for the .github/workflows directory, and create it if it doesn't yet exist. It will then check that directory for a dusk.yml file. If one doesn't yet exist, the package will create and populate it. If it does exist, the package will warn you.

If you've updated the package and want to use a newer version of the workflow,

```
php artisan workflow:make dusk --force
```

will overwrite the existing yml file with the newer version.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Len Woodward](https://github.com/ProjektGopher)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Total

2

Last Release

1890d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/63312522f1920cf5b3c34ea474511a484162b36166a33ae4b9fde6c65ab2c2fc?d=identicon)[ProjektGopher](/maintainers/ProjektGopher)

---

Top Contributors

[![ProjektGopher](https://avatars.githubusercontent.com/u/1688608?v=4)](https://github.com/ProjektGopher "ProjektGopher (5 commits)")

---

Tags

laravelgithubactionsProjektGopherlaravel-workflow-generator

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/projektgopher-laravel-workflow-generator/health.svg)

```
[![Health](https://phpackages.com/badges/projektgopher-laravel-workflow-generator/health.svg)](https://phpackages.com/packages/projektgopher-laravel-workflow-generator)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M99](/packages/dedoc-scramble)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k38](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)

PHPackages © 2026

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