Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

bernardkortor's avatar

Project Hosting challenge

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

0 likes
4 replies
Sinnbeck's avatar
Sinnbeck
Best Answer
Level 102

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)
2 likes
bernardkortor's avatar

thank you i have hosted successfully. another problem is i can't login to mysql database hosted but this error is coming up "SQLSTATE[28000] [1045] Access denied for user 'blutechd_hospitaladmin'@'localhost' (using password: YES) (SQL: select * from users where email = [email protected] limit 1)

Sinnbeck's avatar

Please create a new thread if you are having a new issue. These two issues does not seem related :)

Please or to participate in this conversation.