Installing Laravel on Codio.com

#! /bin/bash # Script by jefferochoa.com.ve #Install LAMP y composer parts install php5-apache2 php5-pdo-mysql php5-zip phpmyadmin composer #Initialize mysql apache2 parts start apache2 mysql #Install Laravel using composer composer global require "laravel/installer=~1.1" #Set composer as global echo ‘PATH=”$HOME/.composer/vendor/bin:$PATH”‘ >> ~/.bash_profile

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.