bondgenoot/laravel-nova-news
最新稳定版本:1.1.0
Composer 安装命令:
composer require bondgenoot/laravel-nova-news
包简介
A resource tool for Laravel Nova which adds content management features for managing news posts.
README 文档
README
This package contains management features for managing a news section within a web application.
Installation
At first, we need to install the package onto our Laravel application:
composer require bondgenoot/laravel-nova-news
To publish the configuration files from this package:
php artisan vendor:publish --provider="Bondgenoot\NovaNewsTool\Providers\NewsServiceProvider"
Now we need to publish the files from the advoor/nova-editor-js package.
php artisan vendor:publish --provider="Advoor\NovaEditorJs\FieldServiceProvider"
The only thing left is to generate the database tables according to the migration files from the package.
php artisan migrate
Now, you can use the package to the fullest.
Makes use of
Makes use of for testing
Testing
The package uses PestPHP for testing.
./vendor/bin/pest
统计信息
- 总下载量: 193
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-04