Improved and Extended MySQL Builder & Grammar
Install via composer - edit your composer.json
to require the package.
"require": {
"scm/mysqle": "dev-master"
}
Then run composer update
in your terminal to pull it in.
Once this has finished, you will need to add the service provider to the providers
array in app/config/app.php
as follows:
'SCM\MySQLe\DatabaseServiceProvider'