2017 © Pedro Peláez
 

library laravel-blog

Laravel Blog

image

tanwencn/laravel-blog

Laravel Blog

  • Tuesday, July 24, 2018
  • by Tanwen
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 15 Versions
  • 0 % Grown

The README.md

Laravel Blog

Laravel Admin & Blog System, supporting Laravel 5.5 and 5.6!, (*1)

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:, (*2)

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

The Versions