You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build a poly-morph Follower system or simply associate Eloquent models in Laravel 5.
8
8
9
-
**Attention:** This package is a work in progress, please use with care and be sure to report any issues!
9
+
## Important Notice
10
+
11
+
**This package is a work in progress**, please use with care and feel free to report any issues or ideas you may have!
12
+
13
+
We've transferred this package to a new owner and therefor updated the namespaces to **Lecturize\Followers**. The config file is now `config/lecturize.php`.
10
14
11
15
## Installation
12
16
13
17
Require the package from your `composer.json` file
14
18
15
19
```php
16
20
"require": {
17
-
"vendocrat/laravel-followers": "dev-master"
21
+
"lecturize/laravel-followers": "dev-master"
18
22
}
19
23
```
20
24
21
-
and run `$ composer update` or both in one with `$ composer require vendocrat/laravel-followers`.
25
+
and run `$ composer update` or both in one with `$ composer require lecturize/laravel-followers`.
22
26
23
27
Next register the service provider and (optional) facade to your `config/app.php` file
This will create a `config/followers.php` and a migration file. In the config file you can customize the table names, finally you'll have to run migration like so:
43
+
This will create a `config/lecturize.php` and a migration file. In the config file you can customize the table names, finally you'll have to run migration like so:
47
44
48
45
```bash
49
46
$ php artisan migrate
@@ -55,4 +52,4 @@ Licensed under [MIT license](http://opensource.org/licenses/MIT).
55
52
56
53
## Author
57
54
58
-
**Handcrafted with love by [Alexander Manfred Poellmann](http://twitter.com/AMPoellmann) for [vendocrat](https://vendocr.at) in Vienna & Rome.**
55
+
**Handcrafted with love by [Alexander Manfred Poellmann](http://twitter.com/AMPoellmann) for [Lecturize](https://lecturize.com) in Vienna & Rome.**
0 commit comments