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
**Note:** Replace ```:author_name``````:author_username``````:author_website``````:author_email``````:vendor``````:package_name``````:package_description``` with their correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md) and [composer.json](composer.json) files, then delete this line. You can run `$ php prefill.php` in the command line to make all replacements at once. Delete the file prefill.php as well.
10
+
[Zumba Swivel](https://github.com/zumba/swivel) is a library that allows PHP
11
+
applications to manage features to multiple users via buckets. It consists
12
+
with 10 buckets, allowing the same code have up to 10 different behaviors.
11
13
12
-
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what
13
-
PSRs you support to avoid any confusion with users and contributors.
14
+
This package is a bridge between Laravel/Lumen and Swivel. It provides a Facade,
15
+
and Entity classes to be used in your Laravel application.
14
16
15
17
## Structure
16
18
17
-
If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following.
18
-
19
-
```
20
-
bin/
21
-
config/
22
-
src/
23
-
tests/
24
-
vendor/
25
-
```
26
-
19
+
If you want to make a contribution, please make sure you follow Laravel package
20
+
structure.
27
21
28
22
## Install
29
23
30
24
Via Composer
31
25
32
26
```bash
33
-
$ composer require :vendor/:package_name
27
+
$ composer require webkod3r/laravel-swivel
34
28
```
35
29
30
+
After installing the package you can copy the default configuration and replace
31
+
it with your own. In order to do that copy the file inside
32
+
`vendor/webkod3r/laravel-swivel/config/swivel.php` into your onw project.
0 commit comments