分享个自己写的简单的Blog Demo 简单易懂初学者必看
https://github.com/lianwenjun/blog
直接上git
总共有4个资源模块
user 模块
article 文章模块
category 分类模块
comment 评论模块
此次写的Blog主要实现了:
1、orm 中的 crud;
2、身份验证Auth::attempt 实现路由过滤验证;
3、laravel自带的Blade模板引擎;
4、数据迁移实现
直接上git
总共有4个资源模块
user 模块
article 文章模块
category 分类模块
comment 评论模块
此次写的Blog主要实现了:
1、orm 中的 crud;
2、身份验证Auth::attempt 实现路由过滤验证;
3、laravel自带的Blade模板引擎;
4、数据迁移实现