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

后端 未结 5 1972
無奈伤痛
無奈伤痛 2021-01-07 12:08

I tried to upload my site to laravel to host and be configured but I couldn\'t load the project. The error is as follows:

file_put_contents(): Exclusi

5条回答
  •  离开以前
    2021-01-07 12:47

    1. You have to close the server by closing your batch window you used in starting the server initially.

    2. Refresh your browser and make sure the the server has been closed.

    3. Start a new development server by typing $ php artisan serve

    4. Go to your browser and enter the server address generated by the artisan. It's usually http://127.0.0.1:8000

提交回复
热议问题