apptimus-core / debee
This will manage database
Installs: 536
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/apptimus-core/debee
README
Installation
You can install the package via composer:
composer require apptimus-core/debee
Configure your project
Connect your project with this command :
php artisan debee:connect
You can get project key with this command :
php artisan debee:project show
Push & Pull
Push Database Changes:
php artisan debee:push
Pull Database Changes (excluding your changes):
php artisan debee:pull
Pull All Database Changes (including your changes):
php artisan debee:pull /all