Articles Comments

{ Berbagi, Menulis, Dan Mengajar } Ilmu… » laravel » Ini Installasi Laravel 5

Ini Installasi Laravel 5

1. Installasi Paket di Linux 
apt-get update & apt-get upgrade
apt-get install nginx php5-fpm php5-cli php5-mcrypt php5-mysql git
php5enmod mcrypt

2. Install Composer
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
3. Buat Project Laravel

cd /var/www/laravel
composer create-project laravel/laravel project_name --prefer-dist

4. Chmod dan Chown
chgrp -R www-data /var/www/laravel
chmod -R 775 /var/www/laravel/storage
 

Filed under: laravel

Leave a Reply

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>