PHP-SQL-Parser icon indicating copy to clipboard operation
PHP-SQL-Parser copied to clipboard

Integrate with Laravel

Open demsyimanm opened this issue 9 years ago • 1 comments

Sorry i still confused about how to integrate it with Laravel Can you tell me how to use it in Laravel? Thank you

demsyimanm avatar Oct 17 '16 04:10 demsyimanm

@demsyimanm add it as a package in your composer.json file, e.g.

"require": {
        "greenlion/php-sql-parser": "~4.0.0",
    },

polevaultweb avatar Nov 02 '16 16:11 polevaultweb