- Published on
Automating the Laravel 8 schema dump using GitHub Actions
The release of Laravel 8 introduced us to many great new features, and I think it is one of the best releases we have ever had! 🎉 😍
However, to me, the schema dump command is far by the
most useful for me in some personal projects and for the large projects I work on every day at work. I couldn't wait
to delete the migrations from some project where we had hundreds of migration files. In this post I will take you
through the challenges faced when I decided to add schema:dump
into our release process and how we automated it
using GitHub Actions.