An open API service indexing awesome lists of open source software.

https://github.com/truongbo17/laravel-query-execute

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.
https://github.com/truongbo17/laravel-query-execute

laravel laravel-query laravel-query-execute query redash rollback-db

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# Laravel Query Execute


Preview Laravel Query Execute

### 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:
```php
./vendor/bin/phpunit
```

Publish package files (config & asset):
```php
php artisan vendor:publish --provider="Bo\LaravelQueryExecute\LaravelQueryExecuteServiceProvider"
```