How to install Laravel on lampp (XAMPP) Linux

Published by arifur on

  • Install lampp (xampp)
  • Create an environment variable export PATH=$PATH:/opt/lampp/bin
  • Download Composer for you PHP version sudo curl -s https://getcomposer.org/installer | /opt/lampp/bin/php
  • Move composer.phar to /opt/lampp/bin/
  • Now you will be able to use composer by using this command composer.phar
  • You can also rename composer.phar to composer if you want
Categories: Blog

0 Comments

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.