PHP-SQL-Parser
PHP-SQL-Parser copied to clipboard
Integrate with Laravel
Sorry i still confused about how to integrate it with Laravel Can you tell me how to use it in Laravel? Thank you
@demsyimanm add it as a package in your composer.json file, e.g.
"require": {
"greenlion/php-sql-parser": "~4.0.0",
},