From 839dca629f4ccd5e746efb7627cca0ca4772c36e Mon Sep 17 00:00:00 2001 From: Erik D'Ercole Date: Sat, 4 May 2024 17:52:27 +0200 Subject: [PATCH] Update upgrade.md - Logo component removal Logo component has been dropped in 11.x --- upgrade.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/upgrade.md b/upgrade.md index 3f37f11..c27bd3e 100644 --- a/upgrade.md +++ b/upgrade.md @@ -34,6 +34,10 @@ If you are using any components (Database, Queue, etc.) that use Illuminate depe Also, if you are using `nunomaduro/termwind`, you will need to update to `^2.0`. +#### If you are using the Logo component + +The Logo component has been dropped. Remove `config/logo.php`. + ## Upgrading to 10.0 from 9.x