Lwin Maung Maung

My Notes and Blogs

Home Laravel Linux
<-

Laravel packages for new projects

Published on  Feb 27th, 2024Updated:  May 3rd, 2024
2 mins Read

Laravel packages are enormous because packages are vital to Laravel functionality. Here is the list of packages to install after your new Laravel project is up.

Laravel umbrella - The tech stack you will see

Laravel IDE Helper

    Laravel is now on the next level. I developed with Laravel using Text editors for a long time. I think this package is optional. However, I need this on every project after switching to PHPstorm. IDE helper is necessary for every project to hint your code in the IDE environment.

Project Github: https://github.com/barryvdh/laravel-ide-helper

Laravel Debugbar

    Laravel Debugbar is also a time-saving tool for Laravel. It will show how many database queries for each page. How long does the response time take for each request?

Project Github: https://github.com/barryvdh/laravel-debugbar

Collision

    Laravel Collision is the package for making your errors beautiful in the command line.

Project Github: https://github.com/nunomaduro/collision

Pest

    Laravel Pest is one of the best tools for testing. It simplifies the testing and saves time for writing the test cases. If you are familiar with Jest in NodeJS, pest must be a try.

Project Github: https://github.com/pestphp/pest-plugin-laravel

Larastan

    Larastan is a static analysis tool for your Laravel project. If you are using PHPstorm, you will avoid using the error in the IDE, but if you missed it with your eyes, Larastan is the sixth eye.

Project Github: https://github.com/larastan/larastan

© lwinmaungmaung MMXXIII. All Rights Reserved.