Skip to content

Latest commit

 

History

History
executable file
·
49 lines (38 loc) · 1020 Bytes

readme.md

File metadata and controls

executable file
·
49 lines (38 loc) · 1020 Bytes

Eric's Blog

A basic blog built by using Laravel 5.1

  • User Authorisation and Authentication (User Login and Register)
  • Make comments to a post
  • Blog Post View, Create, Edit and Delete (Admin account only).
  • Simple User Management for User View, Create, Edit and Delete (Admin account only).
  • Using CKEditor as WSYSWYG for creating posts and comments.

Requirement

  • PHP >= 5.5.9
  • Laravel >= 5.1
  • Composer
  • Firefox / Chrome (IE is not tested)

Installation

$ composer install
$ php artisan migrate:install
$ php artisan db:seed
  1. Composer install all the necessary libraries
  2. Install Migration
  3. Database Seeds for creating an Admin account and also generating example data.

Default Accounts

  • Admin
Password: password
  • User
Password: password

License

This blog is an open-sourced software licensed under the WTFPL license