Download the PHP package pxlrbt/laravel-database-state without Composer
On this page you can find all versions of the php package pxlrbt/laravel-database-state. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pxlrbt/laravel-database-state
More information about pxlrbt/laravel-database-state
Files in pxlrbt/laravel-database-state
Download pxlrbt/laravel-database-state
More information about pxlrbt/laravel-database-state
Files in pxlrbt/laravel-database-state
Vendor pxlrbt
Package laravel-database-state
Short Description Seed critical state for your production DBs.
License MIT
Homepage https://github.com/pxlrbt/laravel-database-state
Package laravel-database-state
Short Description Seed critical state for your production DBs.
License MIT
Homepage https://github.com/pxlrbt/laravel-database-state
Please rate this library. Is it a good library?
Informations about the package laravel-database-state
Laravel Database State
Seed critical state your databases with production data.
Installation
You can install the package via composer:
Add autoloader
Add the Database\States
namespace to the composer.json
Create your first database state
You can create a new class via CLI: php artisan make:db-state
. This will create an invokable class in database/States
directory.
Make sure your database states are idempotent, so consecutive runs won't create duplicate entries or overwrite existing entries.
Credits
- Dennis Koch
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-database-state with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
spatie/laravel-package-tools Version ^1.13.0
illuminate/contracts Version ^9.0|^10.0|^11.0
spatie/laravel-package-tools Version ^1.13.0
illuminate/contracts Version ^9.0|^10.0|^11.0
The package pxlrbt/laravel-database-state contains the following files
Loading the files please wait ....