Skip to content

MilesChou/Mart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mart Laravel

環境需求

  • PHP 8.1+
  • Laravel 10+

安裝

Clone 到本地後,執行 Composer 安裝套件

composer install

複製 .env 並產生 key

cp .env.example .env
php artisan key:generate

設定資料庫,已有設定好 Docker Compose,可以直接透過指令啟動:

docker-compose up -d

執行 Migration

php artisan migrate:fresh --seed

執行 PHP built-in 伺服器

php artisan serve

打開 http://localhost:8000 即可看到首頁。打開 http://localhost:8000/admin/login 可登入後台

預設帳號如下,密碼統一為 password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Languages

  • PHP 58.0%
  • Blade 37.9%
  • Vue 3.7%
  • Makefile 0.4%