CoreBlog v1.5.0 release, an elegant blog system

CoreBlog v1.5.0 released, the updated version:

1. Delete article repair bug
2. fix the error to load when you create articles js lead to behavior verification error bug
3. table structure optimized to increase the index, cache data logic optimization, data restoration time of filling empty fake bug
4. New article management, support to view draft box article, the article Recycle Bin, restore the article support functions
5. optimize navigation bar style, to repair some of the style bug
6. reconstructed image upload feature, streamline the code
7. optimization composer profiles, remove composer.lock file
8. increase web- tinker aid debugging

CoreBlog is a Laravel based system developed by the elegant blog.

The main function

  • Responsive front-end, access support in PC, mobile phone, tablet;
  • User registration, login, quit;
  • Automatically generate user avatar according to the user email address;
  • Support preview upload an avatar, tailoring;
  • Users need to register by mail verification;
  • Support for editing user data, replace the picture, change the password;
  • Article edited using markdown format;
  • Invoked automatically when new articles Google Translation generate friendly slug, using a phonetic translation failure instead of;
  • Article Access Statistics;
  • Article support thumbs up, comment, a reward;
  • Use tntsearch article do full-text indexing, jieba do Chinese word;
  • Login User Support commentaries, articles thumbs up, thumbs comment;
  • Comments support @ function, xss filter;
  • Article data cache;
  • The article was thumbs up, the article commented, comment is thumbs up, comment mentioned will be notified within the station;
  • Support mail subscription;
  • Support payments, micro-channel a reward;
  • Support site map, RSS subscriptions;
  • Links additions and deletions;
  • Categories additions and deletions;
  • Support background ICP record number changes, modify the record number of public security;
  • For more features, please see Demo ;

Installation and Configuration

Download Source Package

composer create-project flex/blog 

Modify the configuration file

vi .env

Modify database configuration information

DB_HOST="127.0.0.1" #数据库ip地址
DB_PORT=3306 #数据库端口
DB_DATABASE=blog #数据库名称
DB_USERNAME=root #数据库用户名
DB_PASSWORD=123456 #数据库密码

The installation command

php artisan blog:install

At this point, the installation is complete ^ _ ^. Please see the online documentation

License

MIT

Guess you like

Origin www.oschina.net/news/109656/coreblog-1-5-0-released