Laravel
Plugins

Plugins for Laravel

Below is a list of plugins for Laravel that I usually use in my projects.

Laravel IDE Helper

Laravel IDE Helper is a package that generates a file that your IDE/Editor can understand. This file contains all the class names, methods, and properties of your Laravel application. This allows your IDE to provide accurate autocompletion, instant error checking, and much more.

Check out the documentation (opens in a new tab) for more information.

Laravel Debugbar

Laravel Debugbar is a package that provides a debug bar for Laravel applications. It provides a way to display various data about the current request/response cycle, including the memory usage, time spent, database queries, logs, route information, exceptions, and more.

Check out the documentation (opens in a new tab) for more information.

Laravel Permission

Laravel Permission is a package that allows you to manage user permissions and roles in your Laravel application. It provides a way to create roles and permissions, assign permissions to roles, and assign roles to users.

Check out the documentation (opens in a new tab) for more information.

Laravel Settings

Laravel Settings is a package that allows you to manage application settings in your Laravel application. It provides a way to create settings, get settings, and set settings.

Check out the documentation (opens in a new tab) for more information.

SEO Tools

SEO Tools is a package that allows you to manage SEO in your Laravel application. It provides a way to generate SEO tags, generate sitemap, and generate robots.txt.

Check out the documentation (opens in a new tab) for more information.

PEST

Pest is a testing framework for PHP. It provides a way to write tests in a more expressive way.

Check out the documentation (opens in a new tab) for more information.

Laravel Excel

Laravel Excel is a package that allows you to manage Excel in your Laravel application. It provides a way to import and export Excel files.

Check out the documentation (opens in a new tab) for more information.