truongbo / laravel-query-execute
Run queries and rollback version base on laravel
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Type:package
Requires
- ext-pdo: *
This package is auto-updated.
Last update: 2024-10-22 16:13:51 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"