aqamarine/alphanews
最新稳定版本:v0.6.1
Composer 安装命令:
composer require aqamarine/alphanews
包简介
Package used to easily and fast add news managing functionality to Laravel project
关键字:
README 文档
README
Package used to easily and fast add news managing functionality to Laravel project
Installation
Using the package manager composer
$ composer require aqamarine/alphanews
Package Configuration
For package to work publishing assets and migrations is needed
Publish Config (Optional)
php artisan vendor:publish --tag="alphanews-config"
Publish Assets (Optionally publish all needed js and css plugins)
php artisan vendor:publish --tag="alphanews-assets"
Module setup
For using this package create module first
php artisan module:make {module_name}
Then generate all needed files by running command bellow
php artisan alphanews:generate-all {module_name}
统计信息
- 总下载量: 50
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-02