library control-panel-news
News module for iankov/control-panel
iankov/control-panel-news
News module for iankov/control-panel
- Thursday, July 19, 2018
- by iankov
- Repository
- 1 Watchers
- 0 Stars
- 7 Installations
- HTML
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 5 Versions
- 40 % Grown
Installation
-
Install the package, (*1)
composer require iankov/control-panel-news
-
Publish migrations, (*2)
php artisan vendor:publish --tag=icp_news_migrations
-
Run migrations, (*3)
php artisan migrate
-
Add items (news & categories) to icp-menu.php config file, (*4)
[
'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., (*5)
dev-master
9999999-dev
News module for iankov/control-panel
Sources
Download
The Requires
v1.0.3
1.0.3.0
News module for iankov/control-panel
Sources
Download
The Requires
v1.0.2
1.0.2.0
News module for iankov/control-panel
Sources
Download
The Requires
v1.0.1
1.0.1.0
News module for iankov/control-panel
Sources
Download
The Requires
v1.0.0
1.0.0.0
News module for iankov/control-panel
Sources
Download
The Requires