Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Cover image for Laravel package for every project
Ariel Mejia
Ariel Mejia

Posted on

     

Laravel package for every project

Here a list of packages that I use/suggest for every Laravel project:

Laravel Ide Helper

composerrequire--devbarryvdh/laravel-ide-helper
Enter fullscreen modeExit fullscreen mode

Laravel Debugbar

composerrequirebarryvdh/laravel-debugbar--dev
Enter fullscreen modeExit fullscreen mode

Laravel Jetstream (Teams feature is very useful but not mandatory for all the projects)

composerrequirelaravel/jetstreamphpartisanjetstream:installinertia--teamsnpminstallnpmrundevphpartisanmigrate
Enter fullscreen modeExit fullscreen mode

Laravel Query Builder

composerrequirespatie/laravel-query-builder
Enter fullscreen modeExit fullscreen mode

PHP Code Standards Fixer

$composerglobalrequirefriendsofphp/php-cs-fixervendor/bin/php-cs-fixerfix
Enter fullscreen modeExit fullscreen mode

PHP Insights

composerrequirenunomaduro/phpinsights--devphpartisanvendor:publish--provider="NunoMaduro\PhpInsights\Application\Adapters\Laravel\InsightsServiceProvider"phpartisaninsights
Enter fullscreen modeExit fullscreen mode

Ray

composerrequirespatie/laravel-ray--devphpartisanray:publish-config
Enter fullscreen modeExit fullscreen mode

Laravel Macro IDE

Add the package as a dev dependency

"tutorigo/laravel-ide-macros":"*"
Enter fullscreen modeExit fullscreen mode

On terminal

php artisan vendor:publish --provider="Tutorigo\LaravelMacroHelper\IdeMacrosServiceProvider"php artisan ide-helper:macros
Enter fullscreen modeExit fullscreen mode

Those are the most useful packages to work on almost every project.

If you like to use PHPInsights or PHP-CS-Fixer there is a reading list about"Laravel profesional setup" that would guide you to customize this packages behavior with a lot of detail.

Thanks for reading

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Fullstack/Mobile developer, Laravel and Flutter enthusiast.
  • Location
    Guatemala
  • Work
    Senior Developer
  • Joined

More fromAriel Mejia

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp