Laravel Tips
Useful packages
Production(require)
spatie/laravel-dataPowerful data objects, more ofter as DTOspatie/laravel-query-builderEasily build Eloquent queries from API requestsdarkaonline/l5-swaggerOpenAPI specifications generatorbarryvdh/laravel-ide-helperhelps IDE to work with Laravel magicIn order to see correct tips for classes import you should run 2 commands for setting up ide_helper:
1
php artisan ide-helper:generate php artisan ide-helper:metabrianium/paratestallows run tests in parallel (./artisan test --parallel)nunomaduro/larastanphpstan plugin for Laravel (static code analyzer)squizlabs/php_codesniffercode style analyzernunomaduro/phpinsightsonly for high skilled teams with strong code and architecture styles, a static analyzer with 4 types of metrics in percent (Code, Complexity, Architecture, Style)
使用 python 生成 Grafana 图标: https://pacvue-enterprise.atlassian.net/wiki/spaces/HDT/pages/245147741/How+to+do+Grafana+Dashboards+for+RabbitMQ+Queues