How to use Webdav with/for Laravel 5 app
Not so hard, than you can imagine. I've spent some time and prepared working solution right here. Have a nice day!
sudo netstat -atpnOr check exact app by name
sudo netstat -atpn | grep -i nginx
## debian sudo echo "deb https://packages.sury.org/php/ jessie main" > /etc/apt/sources.list.d/php71.list ## ubuntu sudo add-apt-repository -y ppa:ondrej/php sudo apt-get update sudo apt-get install php7.1 php7.1-curl php7.1-igbinary php7.1-intl php7.1-mcrypt php7.1-readline php7.1-xml php7.1-cli php7.1-fpm php7.1-imagick php7.1-json php7.1-mysql php7.1-redis php7.1-zip php7.1-common php7.1-gd php7.1-imap php7.1-mbstring php7.1-opcache php7.1-sybaseThat is fine working set for Laravel 5.5
# say hello echo -e `curl -s http://fucking-great-advice.ru/api/random | awk -F \" '{print $8}'` | sed 's/\ / /g' \ | sed 's/\—/\-/g' | cowsay -s | lolcatHow to set that up?
sudo apt-get install cowsay lolcatSource site
navigator.registerProtocolHandler("mailto", "https://mail.google.com/mail/?extsrc=mailto&url=%s", "Gmail");Accept the confirmation from the browser.