This packages provides repository class to execute SQL functions available in the database.
The package requires PHP ^8.x
and Laravel ^8.71
or ^9.0
.
Install the package using composer:
composer require michael-rubel/laravel-sql-function-repository
// Your description.
Publish the config:
php artisan vendor:publish --tag="sql-function-repository-config"
composer test
The MIT License (MIT). Please see License File for more information.