magento 2013-2014 Magento 1 ve 2017-2018 yıllarında Magento 1 ve Magento 2 sürümü ile kullandığım eticaret frameworküydü fakat zamanla bu framework’de bazı şeyler çok hoşuma gitti, bazı şeylerden nefret ettim.Hoşuma…
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…
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…
php bin/magento admin:user:create –admin-user selmanCreate or edit an administratorUse this command to create a new administrator or to edit an existing administrator. If you’re editing an administrator, only the first…
It’s Hard to find why its happen without seeing your installation process. But this may help you:You can reinstall your projectBy mistake you forget your admin URL; You can see/change admin…
Solution: Magento2.2.0.dev version onwards we can find one more new folder which is introduce by magento team. Folder name called “generated” in root the project. This is auto generated folder. Delete “root/generated/metadata” folder & run the deploy command (again same folder will create). The website start works after delete the folder.