2017 © Pedro Peláez
 

project monkblog-php

MonkBlog a blogging engine.

image

monkblog/monkblog-php

MonkBlog a blogging engine.

  • Tuesday, May 2, 2017
  • by ericdowell
  • Repository
  • 2 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 14 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

Monk!

Circle CI Code Climate Test Coverage Total Downloads Latest Stable Version Latest Unstable Version License, (*1)

A blogging engine built on Laravel 5.1., (*2)

Homestead local dev instructions

If you prefer to use Homestead over Docker, you can find instructions on the Laravel website., (*3)

Docker local dev instructions

If you don't yet have Docker installed, install it according to the Docker website., (*4)

After you have Docker installed, this command will get you started:, (*5)

docker-compose up

Dependency installation and configuration

Next, you'll need to run these commands, in order:, (*6)

cp .env.example .env
composer install
npm install (or, better yet, yarn)
bower install
gulp
docker exec monkblogphp_app_1 php artisan key:generate
docker exec monkblogphp_app_1 php artisan migrate
docker exec monkblogphp_app_1 php artisan db:seed

Adding your first admin user

Add an admin user by using the following console command:, (*7)

php artisan user:generate

If you want to run it through a Docker container, do it like this:, (*8)

docker exec -it monkblogphp_app_1 php artisan user:generate

Admin Interface

Access the admin interface via /admin on your site., (*9)

License

The Monk blog engine is licensed under the MIT license, (*10)

The Laravel framework is open-sourced software licensed under the MIT license, (*11)

The Versions

30/11 2014
19/11 2014

v1.0.0

1.0.0.0

The Monk blog engine.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel blog