tanwencn/laravel-blog

v1.1.0 2018-08-22 06:31 UTC

This package is auto-updated.

Last update: 2024-04-19 17:41:51 UTC


README

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