From b71f66bff64bd11e84da1c4a222917268408bc42 Mon Sep 17 00:00:00 2001 From: Samuel Trstensky Date: Mon, 19 Feb 2024 17:01:01 +0100 Subject: [PATCH] HandleInertiaRequest fiunction --- pages/getting-started/upgrade-guide.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/getting-started/upgrade-guide.mdx b/pages/getting-started/upgrade-guide.mdx index a7b93df..1f86797 100644 --- a/pages/getting-started/upgrade-guide.mdx +++ b/pages/getting-started/upgrade-guide.mdx @@ -5,6 +5,9 @@ Follow these steps to upgrade your Craftable PRO installation to v2:
+### Update composer.json +Increase version number of `"brackets/craftable-pro"` in `composer.json` to ^2.0 and run `composer update` to update dependencies. + ### Publish Migrations, Assets, and JS Stubs Execute the following commands in your terminal to publish migrations, public assets, and JavaScript stubs required for Craftable PRO: