gian_tiaga/laravel-updates

1.0.1 2024-07-29 12:54 UTC

This package is not auto-updated.

Last update: 2024-09-24 11:39:08 UTC


README

版本

该包基于迁移,使用相同的模型。创建更新文件并应用它们。这在部署应用程序时很方便,需要自动添加某些数据时。还有在第一次启动时,应用程序存在关键部分时。

安装

composer require gian_tiaga/laravel-updates

可用命令

  1. 创建更新
php artisan update:make add_permissions_to_admin
  1. 运行更新
php artisan update:migrate
  1. 回滚更新
php artisan update:rollback