Fork from jcc/blog-1.3 and Thanks.
This blog built with Laravel 5.* and Vuejs 2.*, compared to origin blog, I try to make it simple.
- Make articles list style simple
- Add simple blog cover
- Show more functions in navigation bar and configurable
- Delete unused article subtitle
- Add about-me page
- PHP >= 7.0.0
- Node >= 6.x
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
git https://github.com/hackbeex/hblog.gitcp .env.example .envEdit the .env file and set the database and other config for the system after you copy the .env.example file.
Install the Laravel extended repositories:
composer installInstall the Vuejs extended repositories:
yarn // recommend, In windows homestead run 'yarn --no-bin-links'
// OR
npm install // In windows homestead run 'npm install --no-bin-links'
Compile the js code:
npm run production // recommend not a developer
// OR
npm run dev
// OR
npm run watch // In homestead run 'npm run watch-poll'
php artisan blog:installThe project is open-sourced software licensed under the MIT license.



