From a12e21b316a1e6f83bdd925a7cf7b4a2da1131e3 Mon Sep 17 00:00:00 2001 From: Bart van Gennep Date: Thu, 29 Nov 2018 22:35:34 +0100 Subject: [PATCH] Added craft 3.1 notice to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5976e0d4..c2c3a352 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ Schematic allows you to synchronize your Craft setup over multiple environments. It does this by exporting information about assets, database (fields, sections, users), locales and plugins to a YAML file that can be imported in other environments. +## :exclamation: Craft 3.1 notice + +Craft 3.1 brings [project config](https://github.com/craftcms/cms/blob/3.1/docs/project-config.md) that will deliver most if not all schematic functionality natively. +We will continue to support schematic going forward, but it seems likely to become obsolete. + ## Installation This tool can be installed [using Composer](https://getcomposer.org/doc/00-intro.md). Run the following command from the root of your project: