,

How to Install COMPOSER on your Ubuntu and run phpmyadmin

Posted by

Composer is a well-liked PHP dependency management solution designed primarily to make project dependency installation and upgrades easier. It will determine whether additional packages are needed for a given project and install them for you using the relevant versions based on the project specifications. Additionally, Composer is frequently used to bootstrap new applications built on well-known PHP frameworks like Laravel and Symfony.

Show this error

Step 1: Go to /opt/lampp/etc/extra/httpd-xampp.conf

And add this code here ā€œRequire all grantedā€ instead ofĀ  ā€œRequire localā€

Step 2: Go back /opt/lampp/htdocs

And install Composer

apt install composer

Afet that Restart Lampp for this command

sudo /opt/lampp/lampp restart

After that phpmyadmin Run

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x