tanwencn/laravel-blog

Laravel Blog

Installs: 61

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/tanwencn/laravel-blog

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

This package is auto-updated.

Last update: 2025-09-19 20:59:17 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