laravel-mysql-use-index-scope icon indicating copy to clipboard operation
laravel-mysql-use-index-scope copied to clipboard

A super simple package allowing for use MySQL 'USE INDEX' and 'FORCE INDEX' statements.

Results 1 laravel-mysql-use-index-scope issues
Sort by recently updated
recently updated
newest added

Thanks for the great work. Is there any way to change this package to work with the DB:: query builder? for example the query below: ``DB::select("select name from users USE...