![[CentOS7] laravel 설치](https://i0.wp.com/blog.crois.net/wp-content/uploads/2017/12/centos-img.png?resize=360%2C119&ssl=1)
[CentOS7] laravel 설치
의존성 패키지 설치 [root@centos76 ~]# yum install git curl zip unzip composer Down [root@centos76 ~]# curl -sS https://getcomposer.org/installer | php All settings correct for using Composer Downloading... Composer (version 1.9.0) successfully installed to: /root/composer.phar Use it: php composer.phar [root@centos76 ~]# /usr/bin/composer 로 위치 변경 및 laravel 설치 [root@centos76 ~]# mv composer.phar /usr/bin/composer... » read more
댓글을 달려면 로그인해야 합니다.