iankov / control-panel-news
There is no license information available for the latest version (v1.0.3) of this package.
News module for iankov/control-panel
Package info
github.com/iankov/control-panel-news
Language:HTML
pkg:composer/iankov/control-panel-news
v1.0.3
2018-07-19 15:21 UTC
Requires
- iankov/control-panel: ^1.0
This package is not auto-updated.
Last update: 2026-03-01 14:52:44 UTC
README
-
Install the package
composer require iankov/control-panel-news
-
Publish migrations
php artisan vendor:publish --tag=icp_news_migrations
-
Run migrations
php artisan migrate
-
Add items (news & categories) to
icp-menu.phpconfig file[ 'icon' => 'th', 'title' => 'News categories', 'link' => icp_route('news.categories') ], [ 'icon' => 'list', 'title' => 'News', 'link' => icp_route('news') ]
Configuration
You can modify configuration options by adding them to config/icp.php
Package config located in vendor/iankov/control-panel-news/src/config.php
Don't change this file, just use it as an example of what options are configurable.