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

