WordPress’in kendi TinyMCE editörünü bir <textarea> alanında kullanmak istiyorsan, bu işlem genellikle WordPress admin paneli dışında (örneğin özel bir sayfa şablonunda veya eklentide) yapılmak istendiğinde geçerlidir. WordPress, TinyMCE’yi wp_editor() fonksiyonu…
WordPress'te kendi TinyMCE özelliğini (örneğin özel bir buton veya işlev) eklemek istiyorsan, aşağıdaki adımlarla başlayabilirsin. Bu işlem, WordPress’in görsel editörüne özel bir buton veya komut eklemene olanak tanır. 🛠️ WordPress…
GitHub - traefik/yaegi at v0.0.1 CustomScript-A-Mini-Language-with-Interpreter/my_lexer.py at main · Nishita-Mittal/CustomScript-A-Mini-Language-with-Interpreter · GitHub
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…
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…