文件名称:laravel-webhook-demo:本文https的示例代码
文件大小:304KB
文件格式:ZIP
更新时间:2024-06-04 23:33:20
PHP
Laravel-通过Notifications Demo进行Webhook 这是一个示例项目,显示了如何使用Laravel的通知来实现自己的Webhook功能。 您可以在阅读随附的文章 设定示范 下载或git clone源代码 将.env.example复制到.env 运行composer install 使用touch database/database.sqlite创建一个sqlite touch database/database.sqlite 运行php artisan migrate创建数据库表 用php artisan serve运行serve命令 加载http://localhost:8000 创建一个帐户,然后设置一个Webhook URL 测试webhook 您可以使用喜欢的任何可以接受发布请求的网址。 如果您想快速运行一个小的测试系统,我建议您使用 ,它可
【文件预览】:
laravel-webhook-demo-master
----.gitignore(155B)
----routes()
--------api.php(528B)
--------console.php(553B)
--------channels.php(508B)
--------web.php(769B)
----README.md(987B)
----bootstrap()
--------cache()
--------app.php(2KB)
----resources()
--------views()
--------assets()
--------lang()
----artisan(2KB)
----public()
--------css()
--------robots.txt(24B)
--------index.php(2KB)
--------.htaccess(593B)
--------js()
--------favicon.ico(0B)
----tests()
--------Feature()
--------CreatesApplication.php(380B)
--------Unit()
--------TestCase.php(163B)
----phpunit.xml(1KB)
----database()
--------.gitignore(9B)
--------migrations()
--------factories()
--------seeds()
----composer.lock(149KB)
----composer.json(1KB)
----app()
--------Notifications()
--------Http()
--------WebhookNotifiable.php(289B)
--------Exceptions()
--------User.php(567B)
--------Channels()
--------Providers()
--------Console()
----.gitattributes(111B)
----package.json(1022B)
----config()
--------cache.php(3KB)
--------filesystems.php(2KB)
--------session.php(7KB)
--------database.php(4KB)
--------view.php(1004B)
--------logging.php(2KB)
--------hashing.php(2KB)
--------broadcasting.php(2KB)
--------queue.php(3KB)
--------app.php(8KB)
--------services.php(999B)
--------mail.php(4KB)
--------auth.php(3KB)
----webpack.mix.js(549B)
----storage()
--------app()
--------framework()
--------logs()
----.editorconfig(234B)
----server.php(563B)
----.env.example(651B)
----package-lock.json(574KB)