1- ![ Laravel Package Template ] ( https://user-images.githubusercontent.com/37669560/161713670-e6d795c0-9ddf-4458-9eb5-d596a5b9399c.png )
1+ ![ Laravel SQL Function Repository ] ( https://user-images.githubusercontent.com/37669560/161713670-e6d795c0-9ddf-4458-9eb5-d596a5b9399c.png )
22
3- # Laravel Package Template
4- [ ![ Latest Version on Packagist] ( https://img.shields.io/packagist/v/michael-rubel/laravel-package-template .svg?style=flat-square&logo=packagist )] ( https://packagist.org/packages/michael-rubel/laravel-package-template )
5- [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/michael-rubel/laravel-package-template .svg?style=flat-square&logo=packagist )] ( https://packagist.org/packages/michael-rubel/laravel-package-template )
6- [ ![ Code Quality] ( https://img.shields.io/scrutinizer/quality/g/michael-rubel/laravel-package-template .svg?style=flat-square&logo=scrutinizer )] ( https://scrutinizer-ci.com/g/michael-rubel/laravel-package-template /?branch=main )
7- [ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/michael-rubel/laravel-package-template .svg?style=flat-square&logo=scrutinizer )] ( https://scrutinizer-ci.com/g/michael-rubel/laravel-package-template /?branch=main )
8- [ ![ GitHub Tests Action Status] ( https://img.shields.io/github/workflow/status/michael-rubel/laravel-package-template /run-tests/main?style=flat-square&label=tests&logo=github )] ( https://github.com/michael-rubel/laravel-package-template /actions )
9- [ ![ PHPStan] ( https://img.shields.io/github/workflow/status/michael-rubel/laravel-package-template /phpstan/main?style=flat-square&label=larastan&logo=laravel )] ( https://github.com/michael-rubel/laravel-package-template /actions )
3+ # Laravel SQL Function Repository
4+ [ ![ Latest Version on Packagist] ( https://img.shields.io/packagist/v/michael-rubel/laravel-sql-function-repository .svg?style=flat-square&logo=packagist )] ( https://packagist.org/packages/michael-rubel/laravel-sql-function-repository )
5+ [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/michael-rubel/laravel-sql-function-repository .svg?style=flat-square&logo=packagist )] ( https://packagist.org/packages/michael-rubel/laravel-sql-function-repository )
6+ [ ![ Code Quality] ( https://img.shields.io/scrutinizer/quality/g/michael-rubel/laravel-sql-function-repository .svg?style=flat-square&logo=scrutinizer )] ( https://scrutinizer-ci.com/g/michael-rubel/laravel-sql-function-repository /?branch=main )
7+ [ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/michael-rubel/laravel-sql-function-repository .svg?style=flat-square&logo=scrutinizer )] ( https://scrutinizer-ci.com/g/michael-rubel/laravel-sql-function-repository /?branch=main )
8+ [ ![ GitHub Tests Action Status] ( https://img.shields.io/github/workflow/status/michael-rubel/laravel-sql-function-repository /run-tests/main?style=flat-square&label=tests&logo=github )] ( https://github.com/michael-rubel/laravel-sql-function-repository /actions )
9+ [ ![ PHPStan] ( https://img.shields.io/github/workflow/status/michael-rubel/laravel-sql-function-repository /phpstan/main?style=flat-square&label=larastan&logo=laravel )] ( https://github.com/michael-rubel/laravel-sql-function-repository /actions )
1010
11- It is a ready template for Laravel packages.
12-
13- ### What's inside
14- - Basic skeleton with Service Provider and configuration file;
15- - Laravel Package Tools by Spatie for easier package management;
16- - PHPStan/larastan & CodeSniffer code quality checks;
17- - Ready-to-use GitHub Action scripts for testing;
18-
19- Fill or change it the way you like.
11+ This packages provides repository class to execute SQL functions available in the database.
2012
2113---
2214
@@ -28,7 +20,7 @@ The package requires PHP `^8.x` and Laravel `^8.71` or `^9.0`.
2820## Installation
2921Install the package using composer:
3022``` bash
31- composer require michael-rubel/laravel-package-template
23+ composer require michael-rubel/laravel-sql-function-repository
3224```
3325
3426## Usage
0 commit comments