guaranteed.software / laravel-datasource-tools

Laravel中扩展数据源功能的工具

dev-production 2024-03-03 18:12 UTC

This package is auto-updated.

Last update: 2024-09-11 01:06:02 UTC


README

Laravel中扩展数据源功能的工具

安装

  1. 使用 composer 安装库

composer require guaranteed.software/laravel-datasource-tools

  1. 数据源工具利用Laravel的自动发现功能,自动在您的Laravel应用程序中注册命令。

  2. 运行每个命令将自动安装并运行存储在 database/migrations 文件夹中的迁移文件。这样做是为了允许您在标准的Laravel工作流程中使用回滚。