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.
- PHP >= 5.5.9
- Laravel >= 5.1
- Composer
- Firefox / Chrome (IE is not tested)
$ composer install
$ php artisan migrate:install
$ php artisan db:seed
- Composer install all the necessary libraries
- Install Migration
- Database Seeds for creating an Admin account and also generating example data.
- Admin
Email: admin@admin.com
Password: password
- User
Email: user@user.com
Password: password
This blog is an open-sourced software licensed under the WTFPL license