Yong ec78e147c5 Update api.php 2 년 전
app Handler.php add http status code in comment 2 년 전
bootstrap first commit 2 년 전
config add ComposerServiceProvider.php for view 2 년 전
database Update FunsAndMenusSeeder.php 2 년 전
public add assets for auth layout 2 년 전
resources add auth view & shareToFacebook view 2 년 전
routes Update api.php 2 년 전
storage first commit 2 년 전
tests first commit 2 년 전
.editorconfig first commit 2 년 전
.env.example Update .env.example 2 년 전
.gitattributes first commit 2 년 전
.gitignore first commit 2 년 전
.styleci.yml first commit 2 년 전
README.md Update README.md 2 년 전
artisan first commit 2 년 전
composer.json add package [ league/flysystem-aws-s3-v3 ] 2 년 전
composer.lock add package [ league/flysystem-aws-s3-v3 ] 2 년 전
package.json first commit 2 년 전
phpunit.xml first commit 2 년 전
server.php first commit 2 년 전
webpack.mix.js first commit 2 년 전

README.md

clone 後設定流程


  1. cp .env.example .env
    • 設定 DB env
    • (optional) 設定 AWS env
  2. php artisan key:generate
  3. composer install

    • 安裝已預設 packages:

      name version
      league/flysystem-aws-s3-v3 ^1.0
  4. php artisan migrate --seed

    • 主要為後台權限相關資料庫&資料建立

新增的檔案


Models

  • 後台權限 Models:

    Dir File
    app\Models Functions.php
    FunMenu.php
    FunMenuDetail.php
    FunUserGroups.php
    User.php

Controllers

  • 後台權限 Controllers:
    • app\Http\Controllers\Backend\AuthController.php