2017 © Pedro Peláez
 

library blog

Laravel Blog module, provides controller, routes and publishable views.

image

taskforcedev/blog

Laravel Blog module, provides controller, routes and publishable views.

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Blog Package

Package Status: In development - Not currently usable., (*1)

A package for Laravel 5 which provides routes, views and controllers for a basic extendable blog., (*2)

Features

Provides out of the box blog post management and views, can be used in conjunction with bootstrap., (*3)

The package favours convention over configuration but does have configurable elements., (*4)

The package allows user the option of specifying whether the blog should be served from the home page, or from /blog., (*5)

Installation

To install the package add the following line to your composer.json, (*6)

"require": { "taskforcedev/blog": "5.*" } , (*7)

After doing this you should run composer update, then a dump autoload preferably using artisan, (*8)

php artisan dump-autoload, (*9)

Service Provider

After this you should add the following service provider to your config/app.php, (*10)

Taskforcedev\Blog\ServiceProvider::class,, (*11)

Overwriting Config

The package comes with default config however you will likely wish to publish this and overwrite with your own config settings., (*12)

php artisan vendor:publish --tag="taskforce-blog", (*13)

The Versions

09/12 2015

dev-master

9999999-dev

Laravel Blog module, provides controller, routes and publishable views.

  Sources   Download

GPL-3.0+

The Requires

 

by Avatar Taskforcedev

laravel routes views blog