Looking to hire Laravel developers? Try LaraJobs

laravel-blog maintained by tanwencn

Description
Laravel Blog
Author
Last update
2018/08/22 08:31 (dev-master)
License
Downloads
61
Tags

Comments
comments powered by Disqus

Laravel Blog

Laravel Admin & Blog System, supporting Laravel 5.5 and 5.6!

Installation Steps

1.Require the Package

composer require tanwencn/laravel-blog

2.Configuration database

Next make sure to create a new database and add your database credentials to your .env file:

DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

3.Run The Installer

php artisan blog:install

Default an Admin User

URL:http://youwebsite/admin
email: admin@admin.com   
password: admin