taggers/settings

Taggers CMS settings module

Maintainers

Package info

github.com/sushantaryal/settings

Language:HTML

pkg:composer/taggers/settings

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1 2019-04-03 17:12 UTC

This package is auto-updated.

Last update: 2026-03-01 00:23:01 UTC


README

Installation

First, you'll need to install the package via Composer:

composer require taggers/settings

Then, update config/app.php by adding an entry for the service provider.

'providers' => [
    // ...
    Taggers\Settings\SettingsServiceProvider::class,
];

Finally, from the command line again, publish the migrations:

php artisan vendor:publish
php artisan migrate