How to install Laravel on lampp (XAMPP) Linux

Published by arifur on

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

0 Comments

Leave a Reply

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