Looking to hire Laravel developers? Try LaraJobs

laravel-query-execute maintained by truongbo

Description
Run queries and rollback version base on laravel
Last update
2024/07/22 17:36 (dev-main)
License
Downloads
0

Comments
comments powered by Disqus

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"