aaw0/adnec-press-releases
Composer 安装命令:
composer require aaw0/adnec-press-releases
包简介
Press Releases package creates a model, database table and laravel nova resource ready for you.
README 文档
README
Press Releases package creates a model, database table and laravel nova resource ready for you.
- This package requires Laravel Nova installed already.
- This package only adds functionality to the Nova admin panel, and the front end is up to you.
Installation
1 - Add to composer.json file the adnec press releases package like below
"repositories": [ { "type": "composer", "url": "https://nova.laravel.com" }, { "type": "vcs", "url": "https://github.com/aaw0/adnec-press-releases.git" } ],
2 - Install by running the following composer line
composer require aaw0/adnec-press-releases
3 - Add the following line to config/app.php
'providers' => [ /*Other classes*/ \Aaw0\AdnecPressReleases\AdnecPressReleasesServiceProvider::class; ];
4 - Finally Run php artisan migrate
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-06-14