laravel blog 5.6.5
v1.0
這是一個基於Laravel 5.6框架和Bootstrap 4的示例博客。
該博客項目使用一些開源項目和免費項目來正常工作:
當然,博客項目本身是開源的,該項目在GitHub上擁有公共存儲庫。
git clone https://github.com/mubbi/laravel-blog-5.6.5.gitcd laravel-blog-5.6.5composer installrename .env.example to .envphp artisan key:generateconfig/app.php & .env並設置正確的應用程序URLconfig/database.php並設置DB連接詳細信息php artisan migrate --seedphp artisan storage:linkset mailtrap credentials in .env file to avoid swift email errorsAfter installing, you may need to configure some permissions. Directories within the "storage" and the "bootstrap/cache" directories should be writable by your web server or the project will not run.Register in the application as the first user and get all admin roles by default注意:自動用戶註冊激活電子郵件和訂戶驗證電子郵件是使用隊列工作人員發送的,因此您必須在項目上啟用隊列工作者:https://laravel.com/docs/5.6/queues#running-the-queue-queue-worker
schedule:runGNU GPLV3