continuous integration

  1. phpdai

    Laracasts — Continuous Integration Step by Step

    When it comes to continuous integration, Github Actions changed the game. With a few lines of YAML, we can now automate repetitive tasks and ensure code quality across our codebase. So, let's pair Github Actions with Laravel to build some really cool workflows that you can drop into almost any...