Grunt is a contemporany JavaScrip task runner. The purpose of Grunt is to simplifies repetitive tasks by automating linting, compilation, minification, or uni testing. You only have to configure a…
Linux Valet nedir?Valet Linux nedir?Linux minimalistleri için bir php yazılım geliştirme ortamıdır.Laravel valet den esinlenerek (fork) geliştirilmiştir.Vagrant yada docker dan ziyade sizi nginx in config dosyaları ile uğraştırmaz.Sadece link komutu…
Mine was in ~/.config/composer in there is a auth.json that contains saved credentials. Like netvision73 answer, clear your OAuth token or delete the file.
If you would like to SSL- Generate SSL LetsencryptWe will secure our Magento installation using SSL from Letsencrypt. Install the Letsencrypt using the apt command below.sudo apt install letsencrypt -yAfter…
if you use the official Nginx config (nginx.conf.sample file in the Magento 2 distribution) then you need change the line 109 from :location ~ (index|get|static|report|404|503).php$ {to :location ~ (index|get|static|report|404|503|phpinfo).php$ {and…