1

I got the following warning and error working on laravel project using xampp:

Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0

Fatal error: Unknown: Failed opening required 'server.php' (include_path='C:\xampp\php\PEAR') in Unknown on line 0

Community
  • 1
  • 1
MeliDev
  • 87
  • 11

2 Answers2

0

Solved My antivirus deleted some of my files. I just turned off and now is working.

MeliDev
  • 87
  • 11
-1

just run in cmd or terminal depends on your os
cd c:/xammp/htdocs/your_laravel_project
php artisan serve
Make sure you installed composer