2017 © Pedro Peláez
 

library laravel-followers

Build a poly-morph Follower system or simply associate Eloquent models in Laravel 5.

image

lecturize/laravel-followers

Build a poly-morph Follower system or simply associate Eloquent models in Laravel 5.

  • Friday, December 15, 2017
  • by AlexanderPoellmann
  • Repository
  • 2 Watchers
  • 7 Stars
  • 904 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 11 % Grown

The README.md

Latest Stable Version Total Downloads License, (*1)

Laravel Followers

Build a poly-morph follower system or simply associate Eloquent models in Laravel., (*2)

Installation

Require the package from your composer.json file, (*3)

"require": {
    "lecturize/laravel-followers": "dev-master"
}

and run $ composer update or both in one with $ composer require lecturize/laravel-followers., (*4)

Next register the service provider and (optional) facade to your config/app.php file, (*5)

Configuration & Migration

$ php artisan vendor:publish --provider="Lecturize\Followers\FollowersServiceProvider"

This will publish a config/lecturize.php and some migration files, that you'll have to run:, (*6)

$ php artisan migrate

For migrations to be properly published ensure that you have added the directory database/migrations to the classmap in your projects composer.json., (*7)

License

Licensed under MIT license., (*8)

Author

Handcrafted with love by Alexander Manfred Poellmann in Vienna & Rome., (*9)

The Versions

15/12 2017

dev-master

9999999-dev https://github.com/Lecturize/Laravel-Followers

Build a poly-morph Follower system or simply associate Eloquent models in Laravel 5.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel eloquent followers follower followable following follower system

20/08 2017

v0.1.0

0.1.0.0 https://github.com/Lecturize/Laravel-Followers

Build a poly-morph Follower system or simply associate Eloquent models in Laravel 5.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel eloquent followers follower followable following follower system

05/09 2015

v0.0.1

0.0.1.0 https://github.com/vendocrat/laravel-followers

Build a Follower system or simply associate Eloquent models in Laravel 5.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel followers