-
-
Notifications
You must be signed in to change notification settings - Fork 20
Installation
Pe Ell edited this page Apr 17, 2017
·
3 revisions
First, pull in the package through Composer.
composer require cybercog/laravel-eloquent-flag
And then include the service provider within app/config/app.php
.
// Service provider not using yet. This step not mandatory. Will be used to boot console commands in future.
'providers' => [
Cog\Flag\Providers\FlagServiceProvider::class,
];