Skip to content

sushantaryal/settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Taggers CMS Settings Module

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published