isaac-pawley / module-sandpit
这是我打包的模块 module-sandpit
dev-main
2023-07-03 18:58 UTC
Requires
- php: ^8.1
- illuminate/contracts: ^9.0
- inertiajs/inertia-laravel: ^0.6.3
- laravel/sanctum: ^3.0
- spatie/laravel-package-tools: ^1.9.2
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^6.0
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-09-09 20:14:36 UTC
README
这里应该放置您的描述。请限制在一段或两段文字内。考虑添加一个小的示例。
安装
您可以通过 composer 安装此包
{ "require": { "isaac-pawley/module-sandpit": "dev-main" }, "repositories": [ { "type": "path", "url": "../module-sandpit" } ] }
您可以使用以下命令运行迁移
php artisan migrate
使用
$moduleSandpit = new IsaacPawley\ModuleSandpit(); echo $moduleSandpit->echoPhrase('Hello, Isaac Pawley!');
测试
composer test
安全漏洞
请查阅我们的安全策略,了解如何报告安全漏洞。
致谢
许可
MIT 许可证 (MIT)。请参阅许可文件以获取更多信息。