ralphowino/laravel-helpcrunch

dev-master 2021-02-22 06:18 UTC

This package is auto-updated.

Last update: 2024-09-22 13:43:05 UTC


README

[![Latest Version on Packagist](https://img.shields.io/packagist/v/raphael owino/helpcrunch.svg?style=flat-square)](https://packagist.org.cn/packages/raphael owino/helpcrunch) [![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/raphael owino/helpcrunch/run-tests?label=tests)](https://github.com/raphael owino/helpcrunch/actions?query=workflow%3ATests+branch%3Amaster) [![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/raphael owino/helpcrunch/Check%20%26%20fix%20styling?label=code%20style)](https://github.com/raphael owino/helpcrunch/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amaster) [![Total Downloads](https://img.shields.io/packagist/dt/raphael owino/helpcrunch.svg?style=flat-square)](https://packagist.org.cn/packages/raphael owino/helpcrunch)

这里应该放置你的描述。请限制为一段或两段。考虑添加一个小示例。

支持我们

我们投入了大量资源来创建一流的开放源代码包。您可以通过购买我们的付费产品之一来支持我们。

我们非常感谢您从您的家乡寄给我们一张明信片,说明您正在使用我们的哪个包。您可以在我们的联系页面上找到我们的地址。我们将所有收到的明信片发布在我们的虚拟明信片墙上。

安装

您可以通过composer安装此包

composer require ralphowino/helpcrunch

您可以使用以下命令发布和运行迁移

php artisan vendor:publish --provider="Ralphowino\HelpCrunch\HelpCrunchServiceProvider" --tag="helpcrunch-migrations"
php artisan migrate

您可以使用以下命令发布配置文件

php artisan vendor:publish --provider="Ralphowino\HelpCrunch\HelpCrunchServiceProvider" --tag="helpcrunch-config"

这是发布配置文件的内容

return [
];

用法

$helpcrunch = new Ralphowino\HelpCrunch();
echo $helpcrunch->echoPhrase('Hello, Raphael Owino!');

测试

composer test

更新日志

请参阅CHANGELOG以获取有关最近更改的更多信息。

贡献

请参阅CONTRIBUTING以获取详细信息。

安全漏洞

请审查我们的安全策略以了解如何报告安全漏洞。

致谢

许可

MIT许可(MIT)。请参阅许可文件以获取更多信息。