iankov / control-panel-news
News module for iankov/control-panel
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Requires
- iankov/control-panel: ^1.0
This package is not auto-updated.
Last update: 2025-03-30 10:07:11 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.php
config 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.