persson / comments
A simple comments package
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/persson/comments
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*
- laravel/framework: 4.2.*
This package is not auto-updated.
Last update: 2025-11-04 07:41:19 UTC
README
#Please note: This package is extracted from a test project for learning purposes.
A simple package for organize comments.
Installation
Add the following to you composer.json file
"persson/comments": "dev-master"
Run
composer update
Add the following to app/config/app.php
'Persson\Comments\CommentsServiceProvider'
Run the package migration
php artisan migrate --package=persson/comments
Publish the config (not mush to config yet...)
php artisan config:publish persson/comments