Skip to content

zhaiyuxin103/larabbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to larabbs 👋

Version Documentation License: MIT Twitter: zhaiyuxin103

A forum project base on Laravel

Demo

Install

  1. 拉取代码

    git clone [email protected]:zhaiyuxin103/larabbs.git
  2. 安装依赖

    composer install
  3. 安装前端依赖并编译

    npm install & npm run build
  4. 环境变量

    cp .env.example .env
  5. 生成密钥

    php artisan key:generate
  6. 运行数据库迁移和数据填充

    php artisan migrate --seed

Usage

valet link

Run tests

php artisan test

Links

管理员账号密码如下:

Author

👤 翟宇鑫

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2022 翟宇鑫.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator