perhaps try dumping your autoload
composer dump-autoload
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi everyone :)
Completly new to laravel (learning), I've created a project on localhost (W10 with Laragon, PHP 7(point)3(point)27, Laravel 8, Jetstream), the whole thing works as intended :) :)
Then I've cleared all caches and uploaded the project to the web hosting server, this is when things get messy :(
Symfony\Component\ErrorHandler\Error\FatalError
Illuminate\Support\ServiceProvider::loadRoutesFrom(): Failed opening required '/home/project/routes\fortify(point)php' (include_path='(point):/usr/local/php7(point)3/lib/php')
I've tried to clear cache manually again and set file permissions to 755 for "fortify(point)php", but I don't clearly know where to search.
Does anyone's already had this issue ?
(sorry for the (point) but otherwise it is spotted as a link)
Please or to participate in this conversation.