Skip to content

Instantly share code, notes, and snippets.

@di3goleite
Last active August 7, 2016 04:36
Show Gist options
  • Save di3goleite/7c3176444f1539b3f73a to your computer and use it in GitHub Desktop.
Save di3goleite/7c3176444f1539b3f73a to your computer and use it in GitHub Desktop.
LaravelStack for openSUSE 13.2
# install PHP
sudo zypper install php5 php5-gd php5-mcrypt php5-pear php5-mysql php5-pgsql php5-gd php-xml php5-mbstring php5-openssl php5-phar php5-fileinfo
# install composer
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment