ceddyg/clara-news

News feature for Clara.

Installs: 280

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ceddyg/clara-news

4.4.0 2021-02-10 15:09 UTC

README

News feature for Clara.

Installation

composer require ceddyg/clara-news

Add to your providers in 'config/app.php'

CeddyG\ClaraNews\NewsServiceProvider::class,

Then to publish the files.

php artisan vendor:publish --provider="CeddyG\ClaraNews\NewsServiceProvider"