laravel-blog icon indicating copy to clipboard operation
laravel-blog copied to clipboard

a simple and awesome blog based on laravel 5.

Results 4 laravel-blog issues
Sort by recently updated
recently updated
newest added

After table migration , when I went to seed db I got this error --> > [Illuminate\Database\QueryException] > SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint fai > led: article_tag.created_at...

ProtocolException in AbstractConnection.php line 160: Unknown response prefix: '

![error](https://cloud.githubusercontent.com/assets/707719/7121806/aaa1b78a-e249-11e4-90a5-1d4934dbcf9e.png) Installed Memcached

1. 实现文章点击数功能 2. 分类自定义排序 3. 用户信息修改 4. 加强刷新缓存功能,根据缓存tag刷新 5. 父分类文章列表包含子分类文章 6. 标签忽略大小写 7. 文章列表摘要修复 标签截断

enhancement