truongbo/laravel-query-execute

Run queries and rollback version base on laravel

dev-main 2024-07-22 15:36 UTC

This package is auto-updated.

Last update: 2024-10-22 16:13:51 UTC


README

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:

./vendor/bin/phpunit

Publish package files (config & asset):

php artisan vendor:publish --provider="Bo\LaravelQueryExecute\LaravelQueryExecuteServiceProvider"