文件名称:快速转储和加载数据库-PHP开发
文件大小:18KB
文件格式:ZIP
更新时间:2024-06-16 01:45:54
PHP Miscellaneous
快速转储和加载数据库此软件包提供Artisan命令,以在Laravel应用程序中快速转储和加载数据库。 #创建一个转储php artisan快照:create my-first-dump#对您的快速转储数据库进行一些更改该软件包提供了Artisan命令,可在Laravel应用程序中快速转储数据库。 #创建一个转储php artisan快照:create my-first-dump#对您的数据库进行一些更改####创建另一个转储php artisan快照:create my-second-dump#加载第一个转储php artisan快照:load my-first-dump#加载最新的转储php artisan快照:load --latest#列出所有快照php artisan快照:list#删除旧快照
【文件预览】:
laravel-db-snapshots-master
----src()
--------SnapshotFactory.php(2KB)
--------Exceptions()
--------DbDumperFactory.php(3KB)
--------DbSnapshotsServiceProvider.php(1KB)
--------Commands()
--------Events()
--------Helpers()
--------SnapshotRepository.php(997B)
--------Snapshot.php(2KB)
----LICENSE.md(1KB)
----composer.json(1KB)
----CHANGELOG.md(2KB)
----README.md(7KB)
----config()
--------db-snapshots.php(548B)