skybluesofa/laravel-followers

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.env
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE
README.md
composer.json
phpunit.xml
src/Events/FollowRequest.php15
src/Events/FollowRequestAccepted.php15
src/Events/FollowRequestDenied.php15
src/Events/FollowingBlocked.php15
src/Events/FollowingUnblocked.php15
src/Events/Unfollow.php15
src/Models/Follower.php53
src/ServiceProvider.php24
src/Status.php9
src/Traits/CanBeFollowed.php135
A
1 hr
src/Traits/CanFollow.php131
A
1 hr
src/Traits/Followable.php9
src/config/followers.php9
src/database/factories/ModelFactory.php15
src/database/migrations/2020_02_17_120000_create_followers_table.php21
src/database/migrations/2020_02_17_120000_create_widgets_table.php19