sz4h / stimulsoft
这是我的stimulsoft包
1.0.3
2023-04-27 06:22 UTC
Requires
- php: ^8.1
- illuminate/contracts: ^10.0
- spatie/laravel-package-tools: ^1.14.0
- stimulsoft/reports-php: 2023.2.2
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
README
这里应该放置你的描述。请限制为一到两段话。考虑添加一个小示例。
支持我们
我们投入了大量资源创建最佳开源包。你可以通过购买我们的付费产品之一来支持我们。
我们非常感谢你从家乡寄来明信片,提及你正在使用我们的哪个包。你可以在我们的联系方式页面找到我们的地址。我们将所有收到的明信片发布在我们的虚拟明信片墙上。
安装
您可以通过composer安装此包
composer require space/stimulsoft
您可以使用以下命令发布包的资产
php artisan vendor:publish --tag="stimulsoft-assets"
您可以使用以下命令发布配置文件
php artisan vendor:publish --tag="stimulsoft-config"
这是发布配置文件的内容
<?php // config for Space/Stimulsoft return [ // Key or file for the license 'license' => [ 'key' => env('STIMULSOFT_KEY',null), /* * Example: license.key */ 'file' => env('STIMULSOFT_FILE',null), ], 'viewer' => [ 'options' => [ /* * More at https://www.stimulsoft.com/en/documentation/online/programming-manual/index.html?reports_and_dashboards_for_php_settings.htm */ // Enable full screen mode 'fullScreenMode' => true, // Enable Scrollbar mode 'scrollbarsMode' => true, // Height for non-fullscreen mode 'height' => '600px', ] ] ];
可选地,您可以使用以下命令发布视图
php artisan vendor:publish --tag="stimulsoft-views"
用法
return Space\Stimulsoft\Facades\Stimulsoft::make() ->setTemplate('reports/SimpleList.mrt') ->view();
测试
composer test
变更日志
请参阅CHANGELOG以获取有关最近更改的更多信息。
贡献
请参阅CONTRIBUTING以获取详细信息。
安全漏洞
请查看我们的安全策略了解如何报告安全漏洞。
鸣谢
许可证
MIT许可证(MIT)。请参阅许可证文件以获取更多信息。