Livewire-Blog
是一个基于laravel-8开发的一个博客系统
- 基于
tailwindcss
设计的响应式页面,非常轻巧,简洁 - 基于
laravel-livewire
的组件化布局 - 用户注册登陆
- 个人信息完善
- 密码找回(队列邮件)
- 评论回复(队列邮件通知)
- 文章发布
- PHP >= 7.2.0
- Laravel 8.*
git clone https://github.com/youyingxiang/livewire-blog.git
- 在
.env
文件配置好数据库 - 如果需要发送邮件也配置好对应的邮件信息
- 运行
php artisan migrate
- 运行
php artisan db:seed
- 如果需要启动队列,请运行
php artisan queue:work --queue=high,low
Livewire-Blog
基于以下组件和拓展开发:
- Laravel
- Dcat-Admin
- tailwindcss
- laravel-livewire
- alpinejs
- highlightjs
- overtrue/laravel-socialite
- laravel-jetstream
Livewire-Blog
is licensed under The MIT License (MIT).