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…
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…
PrerequisitesUbuntu 18.04 2GB or more RAM memory Root privileges What we will doInstall PHP Composer Download Magento 2 Install Magento Components Generate SSL Letsencrypt Configure Nginx Virtual Host for Magento…
Problem: Something went wrong with processing the default view and we have restored the filter to its original state.Fixed:File open: vendormagentoframeworkViewElementUiComponentDataProviderFulltextFilter.phpFunction change:public function apply(Collection $collection, Filter $filter){ if (!$collection…