xdebug in phpstorm - Magento Tutorial in English

Опубликовано: 07 Октябрь 2024
на канале: CreateswowTech
4,609
70

Today we will learn xdebug in phpstorm and configure it with magento 2

Do you want learn magento? we come with magento tutorial for beginners in english.
you can learn magento from our channel and you can ask us for any doubts or issues you are facing in magento we will try to solve your issue.
Please subscribe our channel and click on bell icon so you can keep updated yourself with our latest videos

Download Our Magento Extensions
Schedule Delivery : https://bit.ly/3kdtSXZ
Merge Guest Order with Customer : https://bit.ly/2XtAqYS

If you have any suggestion about new ideas of extension please add in below comments so we will develop so you can use it.

In this video we are explaining How we can install xdebug in phpstorm and magento 2

Run below command to Install Xdebug
sudo apt-get install php-xdebug

Run below command to find location of xdebug.so file
sudo find / -type f -name "xdebug.so"

It will give you xdebug.so file path , Copy this path and open php.ini file

name /etc/php/7.2/apache2/php.ini (here 7.2 is php version which can be different in your case)

Paste below code
[xdebug]
zend_extension=/usr/lib/php/20170718/xdebug.so (this will be your file which is as per above command)
xdebug.default_enable=1
xdebug.idekey=PHPSTORM

Save this file and start apache2

sudo service apache2 restart

Now go to below path to install chrom extension
https://chrome.google.com/webstore/de...


How to Download Magento?
Download Magento https://adobe.ly/2VTIxMO

if you want to learn magento in hindi you can check our below playlist
Magento Tutorial in Hindi :    • Magento Step by Step in Hindi  

===========================================
Website : https://www.createswowtech.com/
Follow us on Facebook :   / createswowtech  
Follow us on Twitter :   / hiteshagrawal84  
Follow us on Instagram :   / hiteshagrawal84  
Connect with LinkedIn :   / hiteshagrawal84  
===========================================