All Projects → yybawang → Laravel Ebank

yybawang / Laravel Ebank

Licence: mit
🤖 电商类站内虚拟积分与聚合支付解决方案

Projects that are alternatives of or similar to Laravel Ebank

Ssd Gpu Dma
Build userspace NVMe drivers and storage applications with CUDA support
Stars: ✭ 172 (-10.42%)
Mutual labels:  gpu
Hybridizer Basic Samples
Examples of C# code compiled to GPU by hybridizer
Stars: ✭ 186 (-3.12%)
Mutual labels:  gpu
Pixel
📷 A composable image editor using Core Image and Metal.
Stars: ✭ 2,495 (+1199.48%)
Mutual labels:  gpu
Visbrain
A multi-purpose GPU-accelerated open-source suite for brain data visualization
Stars: ✭ 172 (-10.42%)
Mutual labels:  gpu
Nfancurve
A small and lightweight POSIX script for using a custom fan curve in Linux for those with an Nvidia GPU.
Stars: ✭ 180 (-6.25%)
Mutual labels:  gpu
Taichi
Parallel programming for everyone.
Stars: ✭ 17,625 (+9079.69%)
Mutual labels:  gpu
Gpu.js
GPU Accelerated JavaScript
Stars: ✭ 13,427 (+6893.23%)
Mutual labels:  gpu
Hdltex
HDLTex: Hierarchical Deep Learning for Text Classification
Stars: ✭ 191 (-0.52%)
Mutual labels:  gpu
Gpuprofiler
GPUProfiler - Understand your application and workflow resource requirements
Stars: ✭ 181 (-5.73%)
Mutual labels:  gpu
Macos Egpu Cuda Guide
Set up CUDA for machine learning (and gaming) on macOS using a NVIDIA eGPU
Stars: ✭ 187 (-2.6%)
Mutual labels:  gpu
Cuml
cuML - RAPIDS Machine Learning Library
Stars: ✭ 2,504 (+1204.17%)
Mutual labels:  gpu
Gpuweb
Where the GPU for the Web work happens!
Stars: ✭ 2,709 (+1310.94%)
Mutual labels:  gpu
Lambdacube Edsl
Previous version of LambdaCube 3D as Embedded Domain Specific Language in Haskell. Check the latest system:
Stars: ✭ 186 (-3.12%)
Mutual labels:  gpu
Pai
Resource scheduling and cluster management for AI
Stars: ✭ 2,223 (+1057.81%)
Mutual labels:  gpu
Claymore Dual Miner
Download Ethereum Miner (Updated 2020)
Stars: ✭ 186 (-3.12%)
Mutual labels:  gpu
Gpustat Web
👓 A web interface of gpustat: monitor GPU clusters at a look
Stars: ✭ 171 (-10.94%)
Mutual labels:  gpu
Nvidia Docker
Build and run Docker containers leveraging NVIDIA GPUs
Stars: ✭ 13,961 (+7171.35%)
Mutual labels:  gpu
Compute.scala
Scientific computing with N-dimensional arrays
Stars: ✭ 191 (-0.52%)
Mutual labels:  gpu
Etl
Blazing-fast Expression Templates Library (ETL) with GPU support, in C++
Stars: ✭ 190 (-1.04%)
Mutual labels:  gpu
Srmd Ncnn Vulkan
SRMD super resolution implemented with ncnn library
Stars: ✭ 186 (-3.12%)
Mutual labels:  gpu

Laravel-EBank

电商类站内虚拟积分与聚合支付解决方案

运行环境最低要求

  • PHP7.2+
  • Mysql 5.7

开始安装

composer require yybawang/laravel-ebank

1. 发布资源

php artisan ebank:install

2. 运行数据表迁移

php artisan migrate

3. 初始化钱包余额

php artisan ebank:purse-init

更多配置项

config/ebank.php

添加支付方式

php artisan make:payment CLASS_NAME

控制面板访问地址

env('APP_URL')/ebank

如返回 403 无权限,请配置下方文件的 gate 方法返回true则表示权限通过

app/Providers/EBankServiceProvider.php

查看文档

Gitbook Document

截图

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].