Download the PHP package marcusmyers/laravel-github-actions without Composer
On this page you can find all versions of the php package marcusmyers/laravel-github-actions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download marcusmyers/laravel-github-actions
More information about marcusmyers/laravel-github-actions
Files in marcusmyers/laravel-github-actions
Package laravel-github-actions
Short Description A package to add the ability to use github actions in your application or package
License MIT
Homepage https://github.com/marcusmyers/laravel-github-actions
Informations about the package laravel-github-actions
Laravel Github Actions
Up and running with GitHub Actions for your Laravel project. Currently, all actions are for testing your application. This will require you to signup for GitHub Actions, once available to your GitHub account this package can be installed in your project.
Installation
This is just a small set of files that sets up GitHub Actions per project. There is nothing to install globally!
If all you want is just the simple phpunit test suite run this after install.
If you are writing a package run this after install
For dusk browser testing run the following:
For all app testing run the following:
Private Packagist Repo
In order to install packages that are on a private packagist server you will have to add the following to workflow file. The example below uses Laravel Nova.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.