| Package Data | |
|---|---|
| Maintainer Username: | christianpersson |
| Maintainer Contact: | christian-persson@live.se (Christian Persson) |
| Package Create Date: | 2014-08-24 |
| Package Last Update: | 2014-08-24 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-04 15:02:05 |
| Package Statistics | |
|---|---|
| Total Downloads: | 44 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
#Please note: This package is extracted from a test project for learning purposes.
A simple package for organize comments.
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