Skip to content

twn-wi11i4m/New-Official-Website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set-up Environment

Please read the documents folder for Windows or Mac setup instructions.

Pull the project

Gen .env

Please read documents folder for ansible

Install Library

composer install
npm install

Set-up Local Server

php artisan serve
npm run dev

Add Super Administrator For Local Actual Test

php artisan db:seed --class=SuperAdministratorSeeder

As Known Issues

  1. nav nested node hyperlink not work

Database

Please read database/README.md for database setup and details.

Coding Suggestion

  1. SOLID:https://en.wikipedia.org/wiki/SOLID
  2. Design Pattern: https://ithelp.ithome.com.tw/articles/10201706

以上只是建議,不是強行要求,比如說Prince Wong傾向:

  1. 單一責任原則在function多過class
  2. fat controller skinny model,除非多過一個地方會用到同一功能

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 70.3%
  • Svelte 24.4%
  • JavaScript 3.5%
  • YAML 1.7%
  • Jinja 0.1%
  • Shell 0.0%