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