takuya829/laravel-db-helpers

Laravel database helpers

v0.0.1-alpha 2024-02-21 16:19 UTC

This package is auto-updated.

Last update: 2024-09-21 17:34:28 UTC


README

Installation

You can install the package via composer:

composer require takuya829/laravel-db-helpers

Usage

escape_like_query

$escaped = escape_like_query('test%');
echo $escaped; // test\%

Testing

composer test

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.