
Here a list of packages that I use/suggest for every Laravel project:
Laravel Ide Helper
composerrequire--devbarryvdh/laravel-ide-helper
Laravel Debugbar
composerrequirebarryvdh/laravel-debugbar--dev
Laravel Jetstream (Teams feature is very useful but not mandatory for all the projects)
composerrequirelaravel/jetstreamphpartisanjetstream:installinertia--teamsnpminstallnpmrundevphpartisanmigrate
Laravel Query Builder
composerrequirespatie/laravel-query-builder
PHP Code Standards Fixer
$composerglobalrequirefriendsofphp/php-cs-fixervendor/bin/php-cs-fixerfix
PHP Insights
composerrequirenunomaduro/phpinsights--devphpartisanvendor:publish--provider="NunoMaduro\PhpInsights\Application\Adapters\Laravel\InsightsServiceProvider"phpartisaninsights
Ray
composerrequirespatie/laravel-ray--devphpartisanray:publish-config
Laravel Macro IDE
Add the package as a dev dependency
"tutorigo/laravel-ide-macros":"*"
On terminal
php artisan vendor:publish --provider="Tutorigo\LaravelMacroHelper\IdeMacrosServiceProvider"php artisan ide-helper:macros
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
For further actions, you may consider blocking this person and/orreporting abuse