2017 © Pedro Peláez
 

library blog

Laravel Blogging Package

image

paladin-digital/blog

Laravel Blogging Package

  • Wednesday, January 31, 2018
  • by davidcraig
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Blog Package

Status: Pre-release (Code may be subject to breaking changes)., (*1)

This package provides the resources necessary to create a blog., (*2)

Requirements

  • Laravel 5 (Tested from 5.5+).

Installation

Add the package:, (*3)

composer require "paladindigital/blog"

Run the migrations:, (*4)

php artisan migrate

Add the filesystem to store blog images (the root can be adjusted as needed):, (*5)

config/filesystems.php, (*6)

'blog' => [
    'driver' => 'local',
    'root' => public_path('images/blog'),
    'visibility' => 'public',
],

The Versions

31/01 2018