Our Gitlab CI pipeline for Laravel applications – Oh Dear! blog

Profile image of Mattias Geniar

Mattias Geniar, December 12, 2018

Follow me on Twitter as @mattiasgeniar

We’ve built an extensive Gitlab CI Pipeline for our testing at Oh Dear! and we’re open sourcing our configs.

This can be applied to any Laravel application and will significantly speed up your entire pipeline configurations if you’re just getting started.

We’re releasing our Gitlab CI pipeline that is optimized for Laravel applications.

It contains all the elements you’d expect: building (composer, yarn & webpack), database seeding, PHPUnit & copy/paste (mess) detectors & some basic security auditing of our 3rd party dependencies.

Source: Our Gitlab CI pipeline for Laravel applications – Oh Dear! blog