mantax559/laravel-app-download-prompt
最新稳定版本:1.0.2
Composer 安装命令:
composer require mantax559/laravel-app-download-prompt
包简介
Laravel App Download Prompt
README 文档
README
Laravel App Download Prompt
Requirements
- Xdebug - optional, required for code coverage analysis
Installation & Setup
You can install the package via composer:
composer require mantax559/laravel-app-download-prompt
The package will automatically register its service provider.
Usage
See USAGE.md for more information about the package and examples.
Customisation
Config
You can optionally publish the config file with:
php artisan vendor:publish --provider="Mantax559\LaravelAppDownloadPrompt\Providers\AppServiceProvider" --tag=config
Publish assets:
php artisan vendor:publish --provider="Mantax559\LaravelAppDownloadPrompt\Providers\AppServiceProvider" --tag=laravel-assets
Testing
Run the test suite:
composer test
Coverage summary in the terminal:
composer test-coverage
For a browsable HTML report, generate files under coverage/ and open coverage/index.html in your browser:
composer test-coverage-html
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-29