Skip to content

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,
];
Clone this wiki locally