guaranteed.software / laravel-datasource-tools
Tools for extending the datasource functionality in Laravel
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
pkg:composer/guaranteed.software/laravel-datasource-tools
Requires
- php: ^8.1
- laravel/framework: ^9.0|^10.0
This package is auto-updated.
Last update: 2026-02-11 04:00:00 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.