laravel-dbsim
laravel-dbsim copied to clipboard
Query builder sim for L4
#laravel-dbsim
This is a super simple, very useful app for quickly writing a previewing SQL created by the Laravel query builder. It generates SQL, without touching the database, whenever you pause in your typing. Great for creating those complex queries quickly.
Note: This is for personal use. There is no kind of security in it - at the moment. Don't host it on public-facing web servers.
Licensed under the MIT license. I love pull requests :)
###Installation
-
Install the dependencies (just illuminate/database at the moment)
composer install
-
Open index.php on your local web server.
-
Profit!