Linuxоиды привет!
Подскажите что делаю не так
git init
git remote add origin ssh://some address
git pull origin master
после выкачивания
composer install
но сайт не открывается локально
В консоле появилось:
GET
http://sшеу.loc/public/ [HTTP/1.0 500 Internal Server Error 67ms]
The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol.
Так же не работают post методы в Laravel при установке
git clone https://github.com/laravel/quickstart-basic quickstart
cd quickstart
composer install
php artisan migrate