Using Composer to manage plugins and deploy to WP Engine

preview_player
Показать описание
Learn how you can use Composer to manage your WordPress plugin dependencies and deploy them to GitHub and WP Engine.

Original post:

Contents:
00:06 Intro
00:53 Overview of project organization
01:24 Create a .gitignore
02:10 Set up Composer
02:50 WPackagist set up in Composer
04:22 ACF PRO set up in Composer
05:48 Set up deployment actions
08:13 Outro
Рекомендации по теме
Комментарии
Автор

Thanks for another helpful video!

Is there a way we can load specific versions of our custom plugin using composer just the way we do it for plugins which are on wp packagist?

MrVishalGaikwad