sausin/laravel-set-autoincrement
Composer 安装命令:
composer require sausin/laravel-set-autoincrement
包简介
Package to help with update of auto increment for database tables in laravel
README 文档
README
Wanted to easily set the starting ID for your models? This package makes it easy as a breeze! It's also possible to change auto increment on existing databases (i.e. new entries will start from the specified number).
Installation
Run the below command in your Laravel project root.
composer require sausin/laravel-set-autoincrement
This will install the latest version of the package for you. The service provider will automatically register and make available the features of the package (which work automatically).
Configuration
The default configuration will set the package such that except a few tables, the AUTO_INCREMENT counter will be set at 100001 (one hundred thousand and one).
To change the starting value and the tables affected by it, the configuration can be published using
php artisan vendor:publish
and then the option which corresponds to Sausin\DBSetAutoIncrement\AutoIncrementServiceProvider needs to be selected. This will add a config named auto-increment.php in your project's config folder.
Change the values as desired.
Usage
Default Behavior
It will run every time migrations are finished running, whether for the first time or incremental. All tables where the AUTO_INCREMENT value is higher than the value in the config will be left alone. Changes will be made in all the rest.
If, however, automatic updation behaviour is not desired, the action key in the config file can be changed to manual and the package will not take automatic action.
Command line
Using the below command
php artisan db:set-auto-increment --tables=users --value=20001
the auto increment value can be changed manually. Multiple tables are accepted as input.
Supported SQL Drivers
Currently mysql and sqlite are supported. Plan to have support for more drivers in future.
sausin/laravel-set-autoincrement 适用场景与选型建议
sausin/laravel-set-autoincrement 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 168 次下载、GitHub Stars 达 2, 最近一次更新时间为 2020 年 04 月 10 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「mysql」 「sqlite」 「laravel」 「autoincrement」 「auto-increment」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 sausin/laravel-set-autoincrement 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 sausin/laravel-set-autoincrement 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 sausin/laravel-set-autoincrement 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Dibi is Database Abstraction Library for PHP
The tenancy/tenancy database driver for sqlite
Slimmed down concise interfaces and query builder for database queries and transactions which can be layered / decorated.
Mapper for accessing resources in KWCMS
PHP module for MySql database
InitPHP Database — QueryBuilder, DBAL and ORM facade for the InitORM stack, plus a server-side DataTables.js helper.
统计信息
- 总下载量: 168
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-04-10