定制 chrishalbert/laravel-nomadic 二次开发

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

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

chrishalbert/laravel-nomadic

最新稳定版本:v2.0.2

Composer 安装命令:

composer require chrishalbert/laravel-nomadic

包简介

A suite of tools to enhance robustness of laravel's migrations.

README 文档

README

Laravel Nomadic Header

laravel-nomadic

Build Status Coverage Status Latest Stable Version Total Downloads License

A powerful configuration based toolkit of enhancements to Laravel's migrations. This exposes an event driven design so that developers can create reusable functionality that executes automatically using the same developer workflow.

Features

  • Hooks - Use pre/post hooks for migration commands: make:migration, migrate, and migrate:rollback Up Down Hook Ideas
  • Stubs - Add developer notes to the generated migration Stub Migrations
  • Schema - Associate extra data within your migrations table
id migration batch author comments rollback
1 20200811_CreateTable 1 John Stores data for product x NULL
2 20200812_AddData 1 Jack Populate product x features NULL
3 20200812_UpdateData 2 Jane Fix description typo {desc: "Grate product."}
  • Traits - Add reusable functionality to every migration, via traits. Bonus: You can use hooks here too! Using Traits

Installation

  1. composer require chrishalbert/laravel-nomadic
  2. Add the Service Provider to the config/app.php:
    'providers' => [
        /**
         * Custom Providers...
         */
        ChrisHalbert\LaravelNomadic\NomadicServiceProvider::class,        
    ]

3, Publish default configs/nomadic.php: php artisan vendor:publish

Feature Requests/Bugs

Submit feature requests or bugs to laravel-nomadic issues.

Services

Do you have an internal need or enhancement you care not to share with the world?

I can help!

Reach out to me directly for rates, scope and your business needs. I can furnish an NDA as needed.

统计信息

  • 总下载量: 26.59k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 31
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 31
  • Watchers: 1
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-04-17