32 Commits

Author SHA1 Message Date
a52429930e Router: 將登入模組移出來
留下可在路由群組加上中介層的彈性,若不移出來的話,會在登入時卡在中介層不通過導致無法進入登入畫面。
2018-08-07 23:08:16 +08:00
9216e2f157 (尚未改完) 修改config/auth.php 2018-08-07 19:19:43 +08:00
4b9b4f1880 訂定三種角色的登入架構 2018-08-07 18:27:50 +08:00
4bbed319f2 Route方面: 將原本Auth::routes();的簡寫手動拆出來
因為我們的專案在登入架構上有多出角色+ID綁雙主鍵的架構,在Route方面也需要連同一起改造
2018-08-06 23:58:28 +08:00
2a9054c9d8 fix Index route in routes\web.php 2018-08-05 18:16:01 +08:00
b317a26500 Merge branch 'develop' of ssh://git.yuaner.tw:10022/kol/BlogMatch into develop 2018-08-05 18:09:10 +08:00
c6521b2a7a Merge branch 修改架構的分支 2018-08-05 18:03:24 +08:00
984e851e97 修改Controller與View的頁面與Router架構 2018-08-05 18:03:00 +08:00
342384599f add migration file for receiver and casebulder table in DB 2018-08-05 14:31:01 +08:00
b7621addd3 Create Laravel Auth 2018-08-05 14:23:03 +08:00
15325f103c add migration file for receiver, casebuilder and admin table in DB 2018-08-05 14:12:07 +08:00
14a3b1571d 修改Controller架構 2018-08-05 13:22:28 +08:00
5da2c5a92e 修改2018_07_29_083103_create_admin_table.php 將admin改成Admin 2018-08-05 13:00:00 +08:00
167427381f Merge branch 'feature/LoginAuthentication' into develop 2018-08-05 12:41:15 +08:00
ae43bd3afe fix composer missing Reliese && Add Readme Ubuntu installer 2018-08-05 02:57:57 +08:00
4ca70a0562 完成接案者的登出功能 2018-08-01 20:03:17 +08:00
7e9bbe282a 完成接案者登入功能 2018-07-31 19:24:54 +08:00
552154f629 接案者的登入身份驗證尚未完成,目前只有登入畫面能run而已 2018-07-30 20:19:12 +08:00
0d51e9db6b 完成登入畫面製作、路由調整及新增receiver控制器 2018-07-29 17:25:36 +08:00
848226bbb3 修正readme的內容 2018-07-29 15:03:49 +08:00
94390b435d 完成簡易首頁並加上.editorconfig 2018-07-29 14:59:42 +08:00
f4158b8661 更新遷移檔(migration)並新增自動產生的Model 2018-07-29 02:23:20 +08:00
d7f4fc67db fix #1 2018-07-26 19:38:40 +08:00
4122cd1fdd Revert "add editorconfig"
This reverts commit af2d907ce2068f1d4c0ce56237b5b0ca1ca78b35.
2018-07-25 16:23:27 +08:00
af2d907ce2 add editorconfig 2018-07-25 15:59:39 +08:00
72c7737919 從原定前端套件安裝的npm改用yarn 2018-07-25 15:56:04 +08:00
93d70dfac0 add package-lock.json 2018-07-24 22:54:23 +08:00
c4605ecf5a 將原本Laravel產生的寫回來 2018-07-24 22:53:38 +08:00
f143258492 更新 'readme.md'
撰寫接手專案的步驟
2018-07-24 14:47:20 +00:00
0ef01aa8cf 新增管理者、接案者及發案者的相關路由設定 2018-07-24 18:58:18 +08:00
8dae64f982 update content: README.md 2018-07-23 04:21:35 +08:00
ae3d0e5dc2 Initial Commit 2018-07-23 04:11:31 +08:00