简体   繁体   中英

laravel Fatal error: Unknown: Failed opening required ../root/htdocs/myapp/server.php' (include_path='.:') in Unknown on line 0

I have just had a fresh installation of laravel 7 on my xampp set up. when i go to my application i get:


laravel Fatal error: Unknown: Failed opening required '/Users/puseletsokgole/.bitnami/stackman/machines/xampp/volumes/root/htdocs/all41web/server.php' (include_path='.:') in Unknown on line 0

What might be happening here?

Well i ended up doing this:

php -S 127.0.0.1:8000 -t public -f serve.php

and the subsequent error:

file_put_contents(): Exclusive locks are not supported for this stream

i followed this:

https://stackoverflow.com/questions/47921408/laravel-file-put-contents-exclusive-locks-are-not-supported-for-this-stream

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM