This will manage database

v1.1.6 2024-04-15 08:10 UTC

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