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
You have to close the server by closing your batch window you used in starting the server initially.
Refresh your browser and make sure the the server has been closed.
Start a new development server by typing $ php artisan serve
Go to your browser and enter the server address generated by the artisan. It's usually http://127.0.0.1:8000