Download the PHP package lecturize/laravel-followers without Composer
On this page you can find all versions of the php package lecturize/laravel-followers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lecturize/laravel-followers
More information about lecturize/laravel-followers
Files in lecturize/laravel-followers
Package laravel-followers
Short Description Build a poly-morph Follower system or simply associate Eloquent models in Laravel 5.
License MIT
Homepage https://github.com/Lecturize/Laravel-Followers
Informations about the package laravel-followers
Laravel Followers
Build a poly-morph follower system or simply associate Eloquent models in Laravel.
Installation
Require the package from your composer.json
file
and run $ composer update
or both in one with $ composer require lecturize/laravel-followers
.
Next register the service provider and (optional) facade to your config/app.php
file
Configuration & Migration
This will publish a config/lecturize.php
and some migration files, that you'll have to run:
For migrations to be properly published ensure that you have added the directory database/migrations
to the classmap in your projects composer.json
.
License
Licensed under MIT license.
Author
Handcrafted with love by Alexander Manfred Poellmann in Vienna & Rome.
All versions of laravel-followers with dependencies
illuminate/database Version ^9.0|^10.0
illuminate/support Version ^9.0|^10.0