라라벨 5 보일러 플레이트 프로젝트입니다.
PR 환영합니다.
-
프로젝트 복제
git clone git@github.com:ModernPUG/laravel5-boilerplate.git
-
의존성 설치
composer install
-
migrate
php artisan migrate
-
기본 데이타 입력
php artisan db:seed
-
npm 패키지 설치
node.js가 설치되어 있다면?
npm install
node.js가 설치되지 않았다면?
brew install nodejs npm install
-
로그인
기본 관리자 id는 admin@example.com 이고 암호는 secret 입니다.
예제는 https://laravel5-boilerplate.modernpug.org 에서 확인하실 수 있고 관련 슬랙 채널은 ModernPUG 슬랙 #laravel-boiler-plate 입니다. ModernPUG 슬랙에 가입되어 있지 않으신 분들은 이곳을 통해 가입하세요.
프로젝트 구성입니다.
디버깅용 패키지는 production 일때는 동작하지 않게 설정되었습니다.
https://github.com/barryvdh/laravel-ide-helper 가 포함되어 있으며 IDE 용 헬퍼 파일은 아래 명령어로 수동으로 생성할 수 있습니다.
php artisan ide-helper:generate
php artisan ide-helper:meta
위 명령어는 composer update 실행시에도 자동으로 실행됩니다.
laravel-debugbar 가 설치되어 있습니다.
- https://github.com/rappasoft/laravel-5-boilerplate- 라라벨 5 보일러 플레이트 프로젝트
- awesome-laravel
The Laravel framework is open-sourced software licensed under the MIT license.