guaranteed.software / laravel-datasource-tools
Tools for extending the datasource functionality in Laravel
Package info
github.com/GuaranteedNetwork/LaravelDataSourceTools
pkg:composer/guaranteed.software/laravel-datasource-tools
dev-production
2024-03-03 18:12 UTC
Requires
- php: ^8.1
- laravel/framework: ^9.0|^10.0
This package is auto-updated.
Last update: 2026-04-11 04:17:41 UTC
README
Tools for extending datasource functionality in Laravel
Installation
- 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/migrationsfolder. This is done to allow you to use rollbacks within the standard Laravel workflow.