定制 quankim/laravel-dynamodb-migrations 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

quankim/laravel-dynamodb-migrations

最新稳定版本:2.1

Composer 安装命令:

composer require quankim/laravel-dynamodb-migrations

包简介

Create Migrations (version control) for DynamoDB

README 文档

README

Install

  • Composer install
composer require quankim/laravel-dynamodb-migrations
  • Install service provider
// config/app.php 'providers' => [ ... QuanKim\LaravelDynamoDBMigrations\DynamoDBMigrationServiceProvider::class ... ];
  • Config DynamoDB
// config/aws.php use Aws\Laravel\AwsServiceProvider; return [ /*  |--------------------------------------------------------------------------  | AWS SDK Configuration  |--------------------------------------------------------------------------  |  | The configuration options set in this file will be passed directly to the  | `Aws\Sdk` object, from which all client objects are created. The minimum  | required options are declared here, but the full set of possible options  | are documented at:  | http://docs.aws.amazon.com/aws-sdk-php/v3/guide/guide/configuration.html  |  */ 'credentials' => [ 'key' => env('AWS_ACCESS_KEY_ID', ''), 'secret' => env('AWS_SECRET_ACCESS_KEY', ''), ], 'region' => env('AWS_REGION', 'us-east-1'), 'version' => 'latest', 'ua_append' => [ 'L5MOD/' . AwsServiceProvider::VERSION, ], 'endpoint' => env('AWS_ENDPOINT', ''), 'http' => [ 'verify' => false, ] ];

统计信息

  • 总下载量: 21.42k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 7
  • Watchers: 0
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固