Setup GitHub Actions for Laravel
Learn how to do CI setup for a Laravel project using GitHub Actions
Jul 26, 20224 min read886

Search for a command to run...
Articles tagged with #github-actions-1
Learn how to do CI setup for a Laravel project using GitHub Actions

Overview In the CI/CD field, when GitHub throws its hat in the ring, you get GitHub Actions. A tool that runs within a repo on Github itself. You can set up YML files that run tasks based on specific triggers. Its best part? Various Actions can be c...

A quick and easy Lighthouse CI workflow
