文件名称:realtime-chart-laravel-pusher
文件大小:842KB
文件格式:ZIP
更新时间:2024-06-02 23:58:43
JavaScript
使用Laravel和Pusher的实时图表 该存储库演示了使用Laravel和Pusher渲染实时图表的过程。 请按照以下步骤操作,以在此存储库中运行该应用程序的版本 克隆回购 通过复制配置推和Laravel你的环境变量.env.example到.env 在resources/assets/js/bootstrap.js文件中配置Pusher键 安装Composer依赖项 运行npm install 运行播种机。 您将获得一个虚拟用户。 该用户的密码将是secret
【文件预览】:
realtime-chart-laravel-pusher-master
----.gitignore(107B)
----app()
--------User.php(511B)
--------Providers()
--------Exceptions()
--------Http()
--------Console()
----.env.example(590B)
----bootstrap()
--------app.php(2KB)
--------cache()
--------autoload.php(559B)
----package.json(1KB)
----resources()
--------lang()
--------assets()
--------views()
----server.php(563B)
----storage()
--------app()
--------framework()
--------logs()
----public()
--------mix-manifest.json(108B)
--------fonts()
--------.htaccess(553B)
--------robots.txt(24B)
--------index.php(2KB)
--------js()
--------css()
--------favicon.ico(0B)
--------web.config(914B)
----composer.json(1KB)
----composer.lock(120KB)
----phpunit.xml(1KB)
----tests()
--------TestCase.php(163B)
--------Unit()
--------Feature()
--------CreatesApplication.php(380B)
----config()
--------database.php(3KB)
--------services.php(980B)
--------session.php(6KB)
--------cache.php(3KB)
--------auth.php(3KB)
--------app.php(9KB)
--------mail.php(4KB)
--------broadcasting.php(2KB)
--------filesystems.php(2KB)
--------view.php(1004B)
--------queue.php(2KB)
----artisan(2KB)
----database()
--------.gitignore(9B)
--------factories()
--------migrations()
--------seeds()
----readme.md(552B)
----routes()
--------console.php(553B)
--------channels.php(500B)
--------web.php(516B)
--------api.php(528B)
----webpack.mix.js(569B)
----.gitattributes(61B)
----yarn.lock(157KB)