truongbo / laravel-query-execute
Run queries and rollback version base on laravel
Package info
github.com/truongbo17/laravel-query-execute
Language:Blade
Type:package
pkg:composer/truongbo/laravel-query-execute
dev-main
2024-07-22 15:36 UTC
Requires
- ext-pdo: *
This package is auto-updated.
Last update: 2026-02-22 18:47:10 UTC
README
Description
A simple package that helps you interact directly with the database, inspired by redash. When running commands that affect the database structure, you can rollback if necessary.
Installation
Install the package:
composer require truongbo/laravel-query-execute
Run test:
./vendor/bin/phpunit
Publish package files (config & asset):
php artisan vendor:publish --provider="Bo\LaravelQueryExecute\LaravelQueryExecuteServiceProvider"
