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.
1.0.6
2016-05-02 20:17 UTC
Requires
- php: >=5.4.0
- illuminate/database: ~5.0.17|5.1.*
- illuminate/support: ~5.0.17|5.1.*
- laravelcollective/html: 5.1.*
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