refbook laravel
RefBook Wiki - V1
** laravel教程项目** https://www.youtube.com/watch?v=mfh0fd7bsje
创建Wiki文档,博客文章,常见问题解答网站,多用户笔记本应用程序等等...
这个Laravel 8应用程序通过数据库(或您喜欢的任何数据库)加载动态内容帖子。
要部署到Laravel Doc的
# Clone the repository
git clone https://github.com/michitheonlyone/refbook-laravel.git
# Install composer and npm dependencies
composer install
npm install
# Setup environment.
cp .env.example .env
# Setup database and change necessary variables!
php artisan key:generate
php artisan migrate
# Serve it!
php artisan serve

