laravel-realtime-analytics-dashboard:[演示]
- z1_676551了解作者
- 265.8KB文件大小
- zip文件格式
- 0收藏次数
- VIP专享资源类型
- 0下载次数
- 2022-06-13 05:50上传日期
laravel实时分析仪表板
Laravel应用程序,使用“之后”中间件来跟踪所有请求并在仪表板中实时显示分析
先决条件
PHP> = 7.2
作曲家
MongoDB 3.4或更高版本
和
入门
克隆项目并安装依赖项:
git clone https://github.com/shalvah/laravel-realtime-analytics-dashboard
cd laravel-realtime-analytics-dashboard && composer install && npm install
将.env.example文件复制到.env文件。 将您的Pusher应用凭据添加到此文件:
PUSHER_APP_ID=your-app-id
PUSHER_APP_KEY=your-app-key
PUSHER_APP_SECRET=your-app-secret
PUS

laravel-realtime-analytics-dashboard-master.zip
内容介绍
# laravel-realtime-analytics-dashboard
Laravel app that uses an "after" middleware to track all requests and display analytics in realtime in a dashboard
[View tutorial](https://pusher.com/tutorials/realtime-analytics-dashboard-laravel)
## Prerequisites
- PHP >= 7.2
- Composer
- MongoDB 3.4 or greater
- A [Pusher account](https://pusher.com/signup) and [Pusher app credentials](http://dashboard.pusher.com/)
## Getting started
Clone the project and install dependencies:
```bash
git clone https://github.com/shalvah/laravel-realtime-analytics-dashboard
cd laravel-realtime-analytics-dashboard && composer install && npm install
```
Copy the `.env.example` file to a `.env` file. Add your Pusher app credentials to this file:
```
PUSHER_APP_ID=your-app-id
PUSHER_APP_KEY=your-app-key
PUSHER_APP_SECRET=your-app-secret
PUSHER_APP_CLUSTER=your-app-cluster
```
If your MongoDB server requires a username and password, add those in your `.env` file as the `DB_USERNAME` and `DB_PASSWORD` respectively.
Compile assets:
```bash
npm run dev
```
Then:
```bash
# generate an application key
php artisan key:generate
# start the app
php artisan serve
```
## Built With
* [Pusher](https://pusher.com/) - APIs to enable devs building realtime features
* [Laravel](http://laravel.com) - the PHP framework for web artisans :sunglasses:
* [Vue](https://vuejs.org) - The progressive web framework
评论



相关推荐
- github-readmeGitHub自述文件统计 获取自述文件中动态生成的GitHub统计信息...[Anurag's github stats](https://github-readme-stats.vercel.app/api ?username=anuraghazra )](https://github.com/anuraghazra/github-readme-stats)
- UnicomTask:从https:github.comsrcrsUnicomTask同步UnicomTask:从https:github.comsrcrsUnicomTask同步
- github搜索Github搜索 一个用于github搜索api简单应用。...$ git clone https://github.com/Amr-Reda/github-search $ cd github-search $ npm install 运行项目 $ npm start 这将在端口3000上运行该应用程序 测验 $ npm test
- https-github.com-SOLVEFOR:httpshttps-github.com-SOLVEFOR
- https-github.com-Alamsyah-Atjehhttps-github.com-Alamsyah-Atjeh
- github报告git clone https://github.com/stardustrain/github-report.git cd github-report && npm install && npm run start 部署方式 安装 。 运行gcloud init命令,然后选择(或创建)项目。 首次运行npm r
- mapmeld.github.io:适用于HTTPS的GitHub Pages域mapmeld.com 我的网站已经在Google App Engine上使用了四年多了,我很少对其进行更新。 通常,我必须下载一个新的AppEngine SDK才能上传! 因此,我将mapmeld.com移至GitHub Pages。 执照 GPLv3 +处理
- hottahd.github.io:查看github https:github.comhottahdhottahd.githubhottahd.github.io:查看github https:github.comhottahdhottahd.github.io
- https-mariolambe.github.iohttps-mariolambe.github.io
- AAellen.github.io:适用于https的GitHub Pages用户页面AAellen.github.io 一个简单的资料库,展示了所做的一些项目 为了查看所有展示的项目,请访问 目前正在显示 没有什么 :confused_face: 不幸的是,目前没有任何项目可以展示。 稍后再回来看看是否还有更多。 我仍在...
最新资源