You have a typo (linux is case sensitive. Windows and mac is not)
use Illuminate\Support\facades\Schema; //wrong
use Illuminate\Support\Facades\Schema; //correct (uppercase F)
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
good morning guys. I'm seeing this error after hosting my Laravel project on Cpanel using my subdomain , demo.hs.blutechds.com.ng. below is the error: Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR) Class 'Illuminate\Support\facades\Schema' not found
I'm trying to host laravel project for the first time. please i need your help
You have a typo (linux is case sensitive. Windows and mac is not)
use Illuminate\Support\facades\Schema; //wrong
use Illuminate\Support\Facades\Schema; //correct (uppercase F)
Please or to participate in this conversation.