A forum project base on Laravel
🏠 Homepage
✨ Demo
-
拉取代码
git clone [email protected]:zhaiyuxin103/larabbs.git
-
安装依赖
composer install
-
安装前端依赖并编译
npm install & npm run build
-
环境变量
cp .env.example .env
-
生成密钥
php artisan key:generate
-
运行数据库迁移和数据填充
php artisan migrate --seed
valet link
php artisan test
- frontend:https://larabbs.test/
- backend:https://larabbs.test/admin
管理员账号密码如下:
[email protected]
password
👤 翟宇鑫
- Website: https://learnku.fit/
- Twitter: @zhaiyuxin103
- Github: @zhaiyuxin103
- LinkedIn: @zhaiyuxin103
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2022 翟宇鑫.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator