2017 © Pedro Peláez
 

library blog

Laravel Blogging Package

image

paladindigital/blog

Laravel Blogging Package

  • Wednesday, February 21, 2018
  • by PaladinDev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 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

21/02 2018

dev-master

9999999-dev

Laravel Blogging Package

  Sources   Download

The Requires

 

blog