Skip to content

tanwencn/laravel-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages