LaravelBlog is a blog project written in Laravel 5.2.23
- Support multiple user;
- Admin Interface;
- Comment section
- Pagination
- Uses laracast for easy notifications
Recommended using Homestead
git clone https://https://github.com/MishalAreef/LaravelBlog
cd laravelBlog
composer install
npm install / yarn
Ajust the database information, then:
php artisan migrate
Seed the database if you want:
php artisan db:seed
- Register: http://localhost:8000/auth/register
- Login: http://localhost:8000/auth/login
Copyright (c) 2014 CJ.
The MIT License (MIT). Please see Opensource MIT License for more information.