bmatovu/laravel-query-decorator is a Laravel package for laravel query decorator..
It currently has 2 GitHub stars and 173 downloads on Packagist (latest version v0.0.2).
Install it with composer require bmatovu/laravel-query-decorator.
Discover more Laravel packages by bmatovu
or browse all Laravel packages to compare alternatives.
Last updated
Install via Composer package manager:
composer create-project --prefer-source --remove-vcs bmatovu/laravel-package-boilerplate hello-world
Update the composer.json file to match your credentials.
Update the namespaces to match those you've set via composer.
composer dump-autoload
You need to download sami for document generation.
To auto deploy documentation; be sure to add a Github token for authorization.
curl -O http://get.sensiolabs.org/sami.phar
We've added Style CI configurations with the Laravel present to get you starter.
Also added Scrutinizer CI configurations for code quality, test coverage inspection.
Locally, you can restort to PHP-CS-Fixer.
php-cs-fixer fix
You may publish your package via Packagist
We've defaulted to Orchestra's testbench