diff --git a/content/collections/docs/laravel-forge.md b/content/collections/docs/laravel-forge.md
index 743744c1c..6e5176b48 100644
--- a/content/collections/docs/laravel-forge.md
+++ b/content/collections/docs/laravel-forge.md
@@ -43,6 +43,10 @@ Finally, setup your deployment by pointing to your site to your source control r
+:::best-practice
+We recommend toggling off "Install Composer Dependencies", and "Run Laravel Migrations", and running them manually after installing the repository.
+:::
+
After doing this, you'll be able to customize the deployment script if needed. You can also enable "**quick deploy**", which will automatically trigger deployments when you push changes to your chosen branch.
diff --git a/public/img/deployment-forge-install-repo.png b/public/img/deployment-forge-install-repo.png
index 11b44331a..8635e1111 100644
Binary files a/public/img/deployment-forge-install-repo.png and b/public/img/deployment-forge-install-repo.png differ