Download the PHP package webazin/comment without Composer
On this page you can find all versions of the php package webazin/comment. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webazin/comment
More information about webazin/comment
Files in webazin/comment
Download webazin/comment
More information about webazin/comment
Files in webazin/comment
Please rate this library. Is it a good library?
Informations about the package comment
Laravel Comment
comment system for laravel 5
Installation
First, pull in the package through Composer.
or add this in your project's composer.json file . `
And then include the service provider within app/config/app.php
.
Getting started
After the package is correctly installed, you need to generate the migration. `
It will generate the <timestamp>_create_comments_table.php
migration. You may now run it with the artisan migrate command:
`
After the migration, one new table will be present, comments
.
Usage
Setup a Model
Create a comment
Create or update a unique comment
Update a comment
Delete a comment:
fetch the Sum comment:
``
All versions of comment with dependencies
PHP Build Version
Package Version
The package webazin/comment contains the following files
Loading the files please wait ....