Download the PHP package zaghadon/laravel-social without Composer
On this page you can find all versions of the php package zaghadon/laravel-social. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zaghadon/laravel-social
More information about zaghadon/laravel-social
Files in zaghadon/laravel-social
Package laravel-social
Short Description A full and simple Toolkit Package for instantly adding Social Features to Laravel Project [Adapted From Miladimos]
License MIT
Homepage https://github.com/zaghadon/laravel-social
Informations about the package laravel-social
Laravel social package
A full and simple Toolkit Package for instantly adding Social Features to Laravel Project Adapted From Miladimos
Installation
-
Run the command below to add this package:
-
Open your config/socials.php and add the following to the providers array:
-
Run the command below to install package:
- Run the command below to migrate database:
Uses
Depending on the Capabilities You want implemented, as the required traits to the right Models.
Likeable Trait
In the User Model:
Commentable Trait
In the User Model:
Bookmarkable Trait
In the User Model:
Followable Trait
In the User Model:
Methods
In controllers you have these methods:
TODO
- Document Every Available Methods and their Usage.
- Create a test framework to test each unit feature.
Capabilities [* Proposed, ** In Active Developement]
Like
Favorite *
Tag **
Category **
Bookmark
Follow \ Unfollow
Subscribe **
Comment
Vote / Rate System *