Download the PHP package mohiqssh/groups without Composer
On this page you can find all versions of the php package mohiqssh/groups. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mohiqssh/groups
More information about mohiqssh/groups
Files in mohiqssh/groups
Download mohiqssh/groups
More information about mohiqssh/groups
Files in mohiqssh/groups
Please rate this library. Is it a good library?
Informations about the package groups
Table of content
- Description
- Installation
- Install with Composer
- Add service provider to App
- Add facade alias to App
- Publish vendor with Artisan
- Tables details
- Make migration with Artisan
- Usage
- Groups
- Create, Delete, Update, Users list, Add member, Join request, Accept join, Decline join, Join request list
- Posts
- Create, Get, Update, Delete, Add to group, Group posts list, User posts list
- Comments
- Add, Get, Update, Delete
- Reporting
- Report, Remove, Toggle , Count
- Likes
- Like, Unlike, Toggle, Count
- Groups
Description
This package allows you to add user groups (groups, comment, like ...) system to your Laravel 8 application.
Installation
-
Via Composer, from the command line, run :
-
Add the service provider to
./config/app.php
inproviders
array, like : - You can use the facade for shorter code.
Add this to
./config/app.php
at the end ofaliases
array :
Note : The class is bound to the ioC as Groups.
- From the command line, publish the assets:
Note : This will publish database migrations in
./database/migrations/
.
$comment = Groups::comment($commentId);
3. ##### Update a comment
4. ##### Delete a comment
## Reporting
1. ##### Report a comment or post
2. ##### Remove a post or comment report
3. ##### Toggle report/unreport a post or comment
4. ##### Post or Comment Report count
## Likes
1. ##### Like a post or comment
2. ##### Unlike a post or comment
3. ##### Toggle like/unlike a post or comment
4. ##### Post or Comment likes count
All versions of groups with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
^8.0
The package mohiqssh/groups contains the following files
Loading the files please wait ....