Laravel Tips

Useful packages

Production(require)

  • spatie/laravel-data Powerful data objects, more ofter as DTO

  • spatie/laravel-query-builder Easily build Eloquent queries from API requests

  • darkaonline/l5-swagger OpenAPI specifications generator

  • barryvdh/laravel-ide-helper helps IDE to work with Laravel magic

    In 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:meta
  • brianium/paratest allows run tests in parallel (./artisan test --parallel)

  • nunomaduro/larastan phpstan plugin for Laravel (static code analyzer)

  • squizlabs/php_codesniffer code style analyzer

  • nunomaduro/phpinsights only 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


Laravel Tips
https://kingjem.github.io/2025/01/15/laravel-tips/
作者
Ruhai
发布于
2025年1月15日
许可协议