guaranteed.software/laravel-datasource-tools

Tools for extending the datasource functionality in Laravel

dev-production 2024-03-03 18:12 UTC

This package is auto-updated.

Last update: 2024-04-11 00:20:55 UTC


README

Tools for extending datasource functionality in Laravel

Installation

  1. Install the library with composer

composer require guaranteed.software/laravel-datasource-tools

  1. Datasource Tools utilizes Laravel's auto-discovery feature to automatically register the commands in your Laravel application.

  2. 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.