Sin descripción

manto07m 83128b5028 add checkin hace 2 años
app 83128b5028 add checkin hace 2 años
bootstrap 3d27955bf9 初始化推送 hace 2 años
config 83128b5028 add checkin hace 2 años
database 83128b5028 add checkin hace 2 años
docker 3d27955bf9 初始化推送 hace 2 años
lang 3d27955bf9 初始化推送 hace 2 años
public a9534817b5 新增 發布貼文 (遊戲王) hace 2 años
resources 83128b5028 add checkin hace 2 años
routes 83128b5028 add checkin hace 2 años
storage 3d27955bf9 初始化推送 hace 2 años
tests 3d27955bf9 初始化推送 hace 2 años
.babelrc 3d27955bf9 初始化推送 hace 2 años
.browserslistrc 3d27955bf9 初始化推送 hace 2 años
.editorconfig 3d27955bf9 初始化推送 hace 2 años
.env.example 024a6e126c 修改環境變數範本 hace 2 años
.eslintignore 3d27955bf9 初始化推送 hace 2 años
.eslintrc.js 3d27955bf9 初始化推送 hace 2 años
.gitattributes 3d27955bf9 初始化推送 hace 2 años
.gitignore 3d27955bf9 初始化推送 hace 2 años
.prettierignore 3d27955bf9 初始化推送 hace 2 años
.styleci.yml 3d27955bf9 初始化推送 hace 2 años
README.MD 3d27955bf9 初始化推送 hace 2 años
artisan 3d27955bf9 初始化推送 hace 2 años
babel.config.js 3d27955bf9 初始化推送 hace 2 años
composer.json 83128b5028 add checkin hace 2 años
composer.lock 83128b5028 add checkin hace 2 años
docker-compose.yml 3d27955bf9 初始化推送 hace 2 años
laravel.md e555135dc2 修改larael readme hace 2 años
package-lock.json 83128b5028 add checkin hace 2 años
package.json 83128b5028 add checkin hace 2 años
phpunit.xml 3d27955bf9 初始化推送 hace 2 años
postcss.config.js 3d27955bf9 初始化推送 hace 2 años
vue.config.js 3d27955bf9 初始化推送 hace 2 años
webpack.mix.js 92a422a90c 登入完成 hace 2 años

README.MD

drawing前後端框架練習

架構

PHP Laravel, Vue CLI, SQL Server

功能

留言板

  1. 輸入的地方要有標題、內容、作者、發布時間、送出按鈕
  2. 留言版的地方標題、內容、作者、發布時間、若是作者本人,會有編輯的按鈕,按下編輯鈕可做編輯

    權限設計

  3. 人員登入登出及註冊

  4. 管理員可以刪除留言板留言

參考資料




啟動流程

npm install --legacy-peer-deps
composer install
npm run dev
php artisan serve
npm run watch