Categories
Laravel

Laravel App CI/CD using GitHub Actions

Continuous integration becomes mandatory when every second of your application uptime is important. By using Continuous Integration (CI) we can test our codes are working or not through PHPUnit. When all of your tests are pass then you need to deploy the application. Why GitHub Actions? If your project is in GitHub then it is […]