2017 © Pedro Peláez
 

library comments

A simple comments package

image

persson/comments

A simple comments package

  • Sunday, August 24, 2014
  • by christianpersson
  • Repository
  • 1 Watchers
  • 1 Stars
  • 38 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Please note: This package is extracted from a test project for learning purposes.

A simple package for organize comments., (*1)

Installation

Add the following to you composer.json file, (*2)

"persson/comments": "dev-master"

Run, (*3)

composer update

Add the following to app/config/app.php, (*4)

'Persson\Comments\CommentsServiceProvider'

Run the package migration, (*5)

php artisan migrate --package=persson/comments

Publish the config (not mush to config yet...), (*6)

php artisan config:publish persson/comments

The Versions

24/08 2014

dev-master

9999999-dev https://github.com/christianpersson/laravel-comments

A simple comments package

  Sources   Download

MIT

The Requires

 

by Christian Persson

laravel comments