levizoesch/laravel-check-migrations
Composer 安装命令:
composer create-project levizoesch/laravel-check-migrations
包简介
A Laravel command scans your application for pending migrations, providing a clear overview of what needs to be migrated.You can then choose to run individual migrations or skip them as needed, short-cutting and optimizing your development workflow.
README 文档
README
A Laravel command scans your application for pending migrations, providing a clear overview of what needs to be migrated. You can then choose to run individual migrations or skip them as needed, short-cutting and optimizing your development workflow.
Support for Structured Migrations
This package seamlessly handles migrations organized within subdirectories, ensuring that no pending migrations are overlooked regardless of the project's migration structure.
database └── migrations ├── 2023_01_01 │ ├── 20230101000001_create_table_one.php │ └── 20230101000002_create_table_two.php └── 2023_02_01 ├── 20230201000001_create_table_three.php └── 20230201000002_create_table_four.php
Installation
composer require levizoesch/laravel-check-migrations
Usage
Run the following command in your terminal:
This will display pending migrations and prompt for confirmation before running each one.
php artisan check-migrations
This will skip confirmation and run pending migrations directly.
php artisan check-migrations --skip
This will ignore the migration named 20230101000000_create_example_table from running and prompting for confirmation.
php artisan check-migrations --ignore=20230101000000_create_example_table
Notes
Ensure that your Laravel project is properly configured and migrations are set up correctly for this command to work effectively.
Always review pending migrations before running them in production environments to prevent unintended consequences.
Known Issues
Double Confirmation Prompts in Production
When running the check-migrations command in a production environment, users may encounter double confirmation prompts. This occurs due to Laravel's native migrate command prompting for confirmation before migrating when in production mode. Since the check-migrations command internally calls the migrate command for each pending migration, users may be prompted twice for confirmation for each migration.
levizoesch/laravel-check-migrations 适用场景与选型建议
levizoesch/laravel-check-migrations 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 486 次下载、GitHub Stars 达 1, 最近一次更新时间为 2024 年 03 月 27 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「laravel」 「Laravel Helpers」 「laravel commands」 「Levi Zoesch」 「Laravel Check Migrations」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 levizoesch/laravel-check-migrations 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 levizoesch/laravel-check-migrations 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 levizoesch/laravel-check-migrations 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Collection of handy Laravel artisan commands that most projects needs
Additional artisan commands for Laravel
This Package provides some usefully console features like the attribute syntax for arguments and options, validation, auto ask and casting.
The Missing Laravel Artisan Commands
HTML and form generation
GHT D-Tools Bundle
统计信息
- 总下载量: 486
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 19
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-27