Simple Mini Private Blog, powered by Laravel and Reactjs.
- PHP >=7.1.3
- NodeJS >= 8.0.0
- Composer >= 1.5.1
- SQLite3 refers to https://mislav.net/rails/install-sqlite3/
- Open terminal.
- Clone this repo, usually
git clone https://github.com/lowsprofile/miniblog.git
. - Go to cloned repo, usually
cd miniblog
. - Install dependencies with
composer install
. - Run
php artisan miniblog:install
for default installation. - Run
php artisan serve
for running the app on default port8000
. - Now you can open the browser and navigate to
http://localhost:8000
.
Well, I just code it. Free to use with your own or modifications.
I built this when I was got bored. 🍻
MIT License © 2018-Present Eries Trisnadi. All rights reserved.