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

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