Download the PHP package amowogbaje/database-repository without Composer
On this page you can find all versions of the php package amowogbaje/database-repository. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download amowogbaje/database-repository
More information about amowogbaje/database-repository
Files in amowogbaje/database-repository
Download amowogbaje/database-repository
More information about amowogbaje/database-repository
Files in amowogbaje/database-repository
Vendor amowogbaje
Package database-repository
Short Description A repository for database backup and seeding operations.
License MIT
Package database-repository
Short Description A repository for database backup and seeding operations.
License MIT
Please rate this library. Is it a good library?
Informations about the package database-repository
Database Repository Package
A Laravel package for handling database operations including data backup, data restoration, and seeding. This package allows you to back up all tables in the database and seed data from JSON files.
Installation
You can install the package via Composer:
Usage
Migrating with Seeding Data
Your DatabaseSeeder.php
should look like this;
Anytime you migrate remember to put --seed at the end, it will look like you never dropped the table
Warning: Be sure your migrations are well written to avoid non-nullable errors for empty fields
All versions of database-repository with dependencies
PHP Build Version
Package Version
The package amowogbaje/database-repository contains the following files
Loading the files please wait ....