Skip to content

jeristiano/livewire-blog

 
 

Repository files navigation

Livewire-Blog

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 基于以下组件和拓展开发:

License


Livewire-Blog is licensed under The MIT License (MIT).

About

laravel8 livewire build blog 😄

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 94.4%
  • Blade 5.6%