Tools for extending datasource functionality in Laravel
- Install the library with
composer
composer require guaranteed.software/laravel-datasource-tools
-
Datasource Tools utilizes Laravel's auto-discovery feature to automatically register the commands in your Laravel application.
-
Running each command will automatically install and run migration files stored in the
database/migrations
folder. This is done to allow you to use rollbacks within the standard Laravel workflow.