topazcms/news

There is no license information available for the latest version (1.0.6) of this package.

News module for Topaz CMS

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

Package info

bitbucket.org/topazcms/news

Issues

pkg:composer/topazcms/news

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

1.0.6 2016-05-02 20:17 UTC

This package is auto-updated.

Last update: 2026-04-26 11:29:04 UTC


README

Installation

In config/app.php add Topaz\News\TopazNewsServiceProvider::class in the providers :

['providers' => [
    Topaz\News\TopazNewsServiceProvider::class,
    Topaz\Core\TopazCatchallServiceProvider::class,  // Must always end Topaz modules providers
]

then run in a terminal :

$ php artisan vendor:publish --provider="Topaz\News\TopazNewsServiceProvider"
$ php artisan migrate
$ php artisan topaz:setup
$ php artisan topaz:themes