zakharov-andrew/yii2-news
最新稳定版本:v0.1.1
Composer 安装命令:
composer require zakharov-andrew/yii2-news
包简介
Yii2 News
README 文档
README
The Yii2 News Module is a comprehensive extension designed to facilitate the creation, editing, and management of news content on your website. This versatile module is suitable for a wide range of news types, including blogs, press releases, announcements, and other forms of news publishing.
- Supports user comments, news category, view count, rating, user reactions, delayed publishing
- Access to news by role are supported
- Supports Bootstrap versions: 3, 4, 5
- Supports languages: English, Russian
Installation
The preferred way to install this extension is through composer.
Either run
$ composer require zakharov-andrew/yii2-news
or add
"zakharov-andrew/yii2-news": "*"
to the require section of your composer.json file.
Subsequently, run
./yii migrate/up --migrationPath=@vendor/zakharov-andrew/yii2-news/migrations
in order to create the settings table in your database.
Or add to console config
return [ // ... 'controllerMap' => [ // ... 'migrate' => [ 'class' => 'yii\console\controllers\MigrateController', 'migrationPath' => [ '@console/migrations', // Default migration folder '@vendor/zakharov-andrew/yii2-news/src/migrations' ] ] // ... ] // ... ];
Usage
Add this to your main configuration's modules array
'modules' => [ 'news' => [ 'class' => 'ZakharovAndrew\news\Module', 'bootstrapVersion' => 5, // if use bootstrap 5 'showTitle' => true, // display H1 headings (default - true) ], // ... ],
👥 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
📄 License
yii2-news it is available under a MIT License. Detailed information can be found in the LICENSE.md.
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-08-18
