Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

what could be resulting to this error? Class 'Illuminate\Support\Facades\view' not found

the website was working well on localhost but brought this error on hosting online.
Class ‘Illuminate\Support\Facades\view’ not found

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

This might be cause the difference of language level. Check what PHP version you have on hosting and what is the version on your local machine.

Mainly you should keep convention as it’s declared so use class View starting from an uppercase.

You maybe using the view() function and accidentialy include the use Illuminate\Support\Facades\view in some file. Just delete it – it also should resolve the problem.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading