Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

ModernPUG/laravel5-boilerplate

Repository files navigation

Laravel 5 Boiler Plate

라라벨 5 보일러 플레이트 프로젝트입니다.

PR 환영합니다.

설치

  1. 프로젝트 복제

    git clone [email protected]:ModernPUG/laravel5-boilerplate.git
  2. 의존성 설치 ​

    composer install
  3. migrate ​

    php artisan migrate
  4. 기본 데이타 입력 ​

    php artisan db:seed
  5. npm 패키지 설치

    node.js가 설치되어 있다면?

    npm install

    node.js가 설치되지 않았다면?

    brew install nodejs
    npm install
  6. 로그인

기본 관리자 id는 [email protected] 이고 암호는 secret 입니다.

Slack 채널

예제는 https://laravel5-boilerplate.modernpug.org 에서 확인하실 수 있고 관련 슬랙 채널은 ModernPUG 슬랙 #laravel-boiler-plate 입니다. ModernPUG 슬랙에 가입되어 있지 않으신 분들은 이곳을 통해 가입하세요.

구성

프로젝트 구성입니다.

패키지

debugging 패키지

디버깅용 패키지는 production 일때는 동작하지 않게 설정되었습니다.

ide-helper

https://github.com/barryvdh/laravel-ide-helper 가 포함되어 있으며 IDE 용 헬퍼 파일은 아래 명령어로 수동으로 생성할 수 있습니다.

php artisan ide-helper:generate
php artisan ide-helper:meta

위 명령어는 composer update 실행시에도 자동으로 실행됩니다.

debugbar

laravel-debugbar 가 설치되어 있습니다.

참고 자료

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages