projectrebel / github-workflow
Quickly add a streamlined, trunk-based, release dependent workflow to you Laravel application
Requires
- php: ^7.4|8.*
- illuminate/contracts: 7.*|8.*|9.*|^10.0
- spatie/laravel-package-tools: ^1.12.1
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
README
Quickly support your trunk-based project with a robust CI workflow powered by Github Actions and releases.
Prerequistes
This package assumes the usage of Vapor, Larastan and Pint. These packages will need to be installed and the following scripts added to composer.json
:
"scripts": { "check-style": "vendor/bin/pint --test", "static-analysis": "vendor/bin/phpstan analyse", ... }
It is also assumed that your project has a "staging" environment in your Vapor project.
Installation
You can install the package via composer:
composer require projectrebel/github-workflow
Usage
Simply run the install command and follow the prompts.
php artisan github-workflow:install
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.