1. 首页
  2. 数据库
  3. 其它
  4. laravel db snapshots:快速转储数据库 源码

laravel db snapshots:快速转储数据库 源码

上传者: 2021-03-22 06:42:01上传 ZIP文件 21.96KB 热度 18次
快速转储数据库 该软件包提供Artisan命令,以快速转储和加载Laravel应用程序中的数据库。 # Create a dump php artisan snapshot:create my-first-dump # Make some changes to your db # ... # Create another dump php artisan snapshot:create my-second-dump # Load up the first dump php artisan snapshot:load my-first-dump # Load up the latest du
用户评论