Black Friday: coupon FRIDAY24 for 40% off Yearly/Lifetime membership! Read more here

Best Laravel Packages (204)

This is the list of most useful Laravel packages I've gathered personally.
If you feel some package is missing, email me povilas@laraveldaily.com. Criteria: the package should have 100+ GitHub stars and work with the latest Laravel version.

Auth and Users (13)
Package Description Stars
spatie/laravel-permission Associate users with permissions and roles 12178
spatie/laravel-activitylog Provides easy to use functions to log the activities of the users of your app. 5364
JosephSilber/bouncer Elegant, framework-agnostic approach to managing roles and abilities for any app using Eloquent models 3453
cmgmyr/laravel-messenger This package will allow you to add a full user messaging system into your Laravel application 2465
santigarcor/laratrust Laravel role-based access control package 2198
404labfr/laravel-impersonate Makes it easy to authenticate as your users. Add a simple trait to your user model and impersonate as one of your users in one click. 2020
laravolt/avatar Display unique avatar for any user based on their (initials) name 1906
cartalyst/sentinel A framework agnostic authentication & authorization system 1516
cybercog/laravel-ban Laravel Ban simplify management of Eloquent model's ban. Make any model bannable in a minutes! 1075
rappasoft/laravel-authentication-log Laravel Authentication Log is a package which tracks your user's authentication information such as login/logout time, IP, Browser, Location, etc. as well as sends out notifications via mail, slack, or sms for new devices and failed logins. 784
creativeorange/gravatar A Laravel Gravatar package for retrieving gravatar image URLs or checking the existance of an image 532
OctopyID/LaraPersonate Is an Impersonation package for the Laravel Framework. With this package you can easily impersonate other users either manually or using the interface we provide 294
directorytree/authorization Easy, native Laravel user authorization. 171
Code Structure & Architecture (6)
Package Description Stars
nWidart/laravel-modules Package to manage your large Laravel app using modules. Module is like a Laravel package, it has some views, controllers or models. 5551
archtechx/tenancy A flexible multi-tenancy package for Laravel. Single & multi-database tenancy, automatic & manual mode, event-based architecture. 3660
lorisleiva/laravel-actions Classes that take care of one specific task. This package introduces a new way of organising the logic of your Laravel applications by focusing on the actions your application provide. 2518
BenSampo/laravel-enum Simple, extensible and powerful enumeration implementation for Laravel 2000
protonemedia/laravel-splade Splade provides a super easy way to build Single Page Applications (SPA) using standard Laravel Blade templates, enhanced with renderless Vue 3 components. 1469
spatie/laravel-multitenancy Make your Laravel app usable by multiple tenants 1117
Admin Panels, Code Generators and CMS (17)
Package Description Stars
laravel-filament/filament Filament is a collection of tools for rapidly building beautiful TALL stack apps, designed for humans. 19252
yajra/laravel-datatables jQuery DataTables API for Laravel 4762
orchidsoftware/platform Orchid is a free Laravel package that abstracts standard business logic and allows code-driven rapid application development of back-office applications, admin/user panels, and dashboards 4436
statamic/cms Statamic is the flat-first, Laravel + Git powered CMS designed for building beautiful, easy to manage websites. 4079
area17/twill Twill is an open source Laravel package that helps developers rapidly create a custom CMS that is beautiful, powerful, and flexible. 3784
Laravel-Backpack/CRUD Quickly build an admin panel for your Eloquent models, then customize every little detail. 3169
laravel-shift/blueprint Tool for rapidly generating multiple Laravel components from a single, human readable definition. 2893
saleem-hadad/larecipe LaRecipe is simply a code-driven package provides an easy way to create beautiful documentation for your product or application inside your Laravel app. 2410
tailflow/laravel-orion Laravel Orion allows you to build a fully featured REST API based on your Eloquent models and relationships with simplicity of Laravel as you love it. 1523
nasirkhan/laravel-starter Simple starter project. Most of the commonly needed features of an application like Authentication, Authorisation, User and Role management, Application Backend, Backup, Log viewer are available here. 1211
AndreasElia/laravel-api-to-postman This package allows you to automatically generate a Postman collection based on your API routes. It also provides basic configuration and support for bearer auth tokens and basic auth for routes behind an auth middleware. 960
moonshine-software/moonshine Laravel Admin panel and more. Simple for beginners and powerful for experts. Using Blade, Alpine.js and Tailwind CSS. 785
LaravelDaily/Larastarters Package to install a regular Laravel Starter Kit with a non-regular different design theme. 772
code16/sharp Content management framework, a toolset which provides help to build a CMS section in a website. 728
fumeapp/laranuxt Laravel + Nuxt.js Boilerplate 662
binarcode/laravel-restify The first fully customizable Laravel JSON:API builder. "CRUD" and protect your resources with 0 (zero) extra line of code. 605
ahmedesa/laravel-api-tool-kit Supercharge your API development with standardized responses, dynamic pagination, advanced filtering, and a one-click full CRUD setup. 467
File Management & Manipulation (6)
Package Description Stars
Intervention/image Not only Laravel, but a general PHP package: image handling and manipulation library 13938
spatie/laravel-medialibrary This package can associate all sorts of files with Eloquent models 5774
spatie/browsershot Convert a webpage to an image or pdf using headless Chrome 4876
spatie/image-optimizer Optimize PNGs, JPGs, SVGs and GIFs by running them through a chain of various image optimization tools 2722
rap2hpoutre/fast-excel Fast Excel import/export for Laravel, thanks to Spout. 2113
spatie/pdf-to-image Convert a pdf to an image 1325
Visuals & UI: Blade, Themes, Icons (10)
Package Description Stars
blade-ui-kit/blade-icons A package to easily make use of SVG icons in your Laravel Blade views 2206
wireui/wireui Library of components and resources to empower your Laravel and Livewire application development. 1588
GrahamCampbell/Laravel-Markdown Laravel Markdown is a CommonMark wrapper for Laravel 1319
wire-elements/modal Livewire component that provides you with a modal that supports multiple child modals while maintaining state. 1141
robsontenorio/mary Mary is a set of gorgeous Laravel blade components made for Livewire 3 and styled with DaisyUI and Tailwind. 1052
wire-elements/spotlight Livewire component that brings Spotlight/Alfred-like functionality to your Laravel application. 927
protonemedia/laravel-form-components Blade components to build forms with Tailwind CSS/Bootstrap 814
spatie/laravel-html Painless html generation 769
vildanbina/livewire-wizard A dynamic Laravel Livewire component for multi steps form. 317
gehrisandro/tailwind-merge-laravel Automatically resolves Tailwind CSS class conflicts in Laravel 293
Debugging, Maintenance & Optimization (25)
Package Description Stars
barryvdh/laravel-debugbar This is a package to integrate PHP Debug Bar with Laravel. 17417
itsgoingd/clockwork Clockwork gives you an insight into your application runtime - including request data, performance metrics, log entries, database queries, cache queries, redis commands, dispatched events, queued jobs, rendered views and more. 5683
spatie/laravel-backup This Laravel package creates a backup of your application. The backup is a zip file that contains all files in the directories you specify along with a dump of your database. 5659
nunomaduro/larastan Adds code analysis to Laravel improving developer productivity and code quality 5565
laravel/telescope Telescope provides insight into the requests coming into your application, exceptions, log entries, database queries, queued jobs, mail, notifications, cache operations, scheduled tasks, variable dumps, and more. 4880
opcodesio/log-viewer Log Viewer helps you quickly and clearly see individual log entries, to search, filter, and make sense of your Laravel logs fast. 3543
rap2hpoutre/laravel-log-viewer Laravel log viewer 3140
ARCANEDEV/LogViewer This package allows you to manage and keep track of each one of your log files 2371
beyondcode/laravel-query-detector The Laravel N+1 query detector helps you to increase your application's performance by reducing the number of queries it executes. 1989
imanghafoori1/laravel-microscope Fearless refactoring, it does a lot of smart checks to find certain errors/user panels, and dashboards 1477
hammerstonedev/fast-paginate This is a fast limit/offset pagination macro for Laravel. It can be used in place of the standard paginate methods 1217
spatie/laravel-db-snapshots Quickly dump and load databases 1032
spatie/laravel-uptime-monitor A powerful and easy to configure uptime and ssl monitor 1027
spatie/laravel-failed-job-monitor Get notified when a queued job fails 908
spatie/laravel-schedule-monitor Monitor scheduled tasks in a Laravel app 895
spatie/laravel-server-monitor This package keeps an eye on the health of all your servers. 814
spatie/laravel-health Using this package you can monitor the health of your application by registering checks. 740
leventcz/laravel-top Real-time monitoring from the command line for Laravel applications. 509
PlannrCrm/laravel-fast-refresh-database Helps tests run faster, when the RefreshDatabase trait takes ages to run tests when you have lots of migrations. 415
hammerstonedev/flaky Handle operations that may have intermittent failures due to unreliable third-parties. 409
qcod/laravel-app-settings Use qcod/laravel-app-settings to add settings manager with UI in your Laravel app. It stores settings in the database and by default uses Bootstrap 4 for styling but you can configure it to work with any css system. 338
MohsenAbrishami/stethoscope With this package, You can check your server health at any time. 279
TheDragonCode/laravel-deploy-operations Performing any actions during the deployment process. 226
laracraft-tech/laravel-xhprof Simple setup to profile your Laravel application with the well-known XHProf PHP extension originally developed by Facebook. 224
salahhusa9/laravel-updater Laravel Updater is a simple yet powerful package for updater your Laravel applications. It makes it easy to upgrade your application to the latest version with just one command. 176
Database & Eloquent (36)
Package Description Stars
spatie/laravel-query-builder Filter, sort and include eloquent relations based on a request. 4068
cviebrock/eloquent-sluggable Easy creation of slugs for your Eloquent models in Laravel. 3900
owen-it/laravel-auditing Record the change log from models in Laravel 3050
orangehill/iseed Inverse seed generator (iSeed) is a Laravel package that provides a method to generate a new seed file based on data from the existing database table 2775
calebporzio/sushi Eloquent's missing "array" driver. Sometimes you want to use Eloquent, but without dealing with a database. 2685
staudenmeir/eloquent-has-many-deep This extended version of HasManyThrough allows relationships with unlimited intermediate models. 2678
VentureCraft/revisionable Easily create a revision history for any laravel model 2553
kitloong/laravel-migrations-generator Laravel Migrations Generator: Automatically generate your migrations from an existing database schema 2506
spatie/laravel-collection-macros A set of useful Laravel collection macros 1747
reliese/laravel Reliese Laravel Model Generator aims to speed up the development process of Laravel applications by providing some convenient code-generation capabilities. The tool inspects your database structure, including column names and foreign keys, in order to automatically generate Models that have correctly typed properties, along with any relationships to other Models 1486
spatie/eloquent-sortable Sortable behaviour for Eloquent models 1407
spatie/laravel-sluggable Generate slugs when saving Eloquent models 1392
calebporzio/parental Brings STI (Single Table Inheritance) capabilities to Eloquent. 1368
spatie/laravel-searchable Pragmatically search through models and other sources 1326
spatie/laravel-model-states State support for models 1143
topclaudy/compoships Compoships offers the ability to specify relationships based on two (or more) columns in Laravel's Eloquent ORM. The need to match multiple columns in the definition of an Eloquent relationship often arises when working with third party or pre existing schema/database 1119
protonemedia/laravel-cross-eloquent-search Laravel package to search through multiple Eloquent models. Supports sorting, pagination, scoped queries, eager load relationships and searching through single or multiple columns 1093
spatie/laravel-schemaless-attributes Add schemaless attributes to Eloquent models 1012
michaeldyrynda/laravel-cascade-soft-deletes Cascading soft deletes for the Laravel PHP Framework. 986
spatie/laravel-model-status Easily add statuses to your models 958
cyrildewit/eloquent-viewable This Laravel package allows you to associate views with Eloquent models. 835
maize-tech/laravel-markable This package allows you to easily add the markable feature to your application, as for example likes, bookmarks, favorites and so on. 715
WendellAdriel/laravel-lift It lets you create public properties in Eloquent Models that match your table schema. This makes your models easier to read and work with in any IDE. 653
Kyslik/column-sortable Package for handling column sorting 645
WildsideUK/Laravel-Userstamps Laravel Userstamps provides an Eloquent trait which automatically maintains created_by and updated_by columns on your model, populated by the currently authenticated user in your application. 570
lepikhinb/laravel-fluent The package provides an expressive "fluent" way to define model attributes. It automatically builds casts at runtime and adds a native autocompletion to the models' properties. 551
laracraft-tech/laravel-date-scopes Provides a big range of useful date scopes for your Laravel Eloquent models. 488
abbasudo/laravel-purity An elegant way to filter and sort queries in Laravel 474
mehdi-fathi/eloquent-filter Eloquent Filter adds custom filters automatically to your Eloquent Models in Laravel. 439
oddvalue/laravel-drafts A simple, drop-in drafts/revisions system for Laravel models 390
cjmellor/approval Approval is a Laravel package that provides a simple way to approve new Model data before it is persisted. 337
halilcosdu/laravel-slower Optimize Your DB Queries with AI 323
boxfrommars/rutorika-sortable Adds sortable behavior to Laravel Eloquent models 289
vcian/laravel-db-auditor Database DB Auditor provide leverage to audit your MySQL database standards and also provide options to add constraints in table. 265
Thavarshan/filterable Enhance Laravel queries with adaptable, customisable filters and intelligent caching to improve both performance and functionality. 162
TheDragonCode/migrate-db Easy data transfer from one database to another 147
Multi-Language (9)
Package Description Stars
laravel-lang/lang List of 126 languages for Laravel Framework, Laravel Jetstream, Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova, Laravel Spark and Laravel UI. 7498
mcamara/laravel-localization Adds the missing localization features to Laravel: language selection in the URL and from headers, translatable routes and many other small features that are commonly needed in multilanguage sites. 3377
spatie/laravel-translatable This package contains a trait to make Eloquent models translatable. Translations are stored as json. There is no extra table needed to hold them. 2250
Astrotomic/laravel-translatable If you want to store translations of your models into the database, this package is for you. 1246
spatie/laravel-translation-loader Store your translations in the database or other sources 712
MohmmedAshraf/laravel-translations Provides a simple and friendly user interface for managing translations in a Laravel app. 643
xiCO2k/laravel-vue-i18n laravel-vue-i18n is a Vue3 plugin that allows to connect your Laravel Framework translation files with Vue. It uses the same logic used on Laravel Localization. 620
LarsWiegers/laravel-translations-checker Never worry about missing translations again! Use the translations checker 231
translation/laravel Translation.io client for Laravel 5.5+ to 9.x 168
Misc (64)
Package Description Stars
barryvdh/laravel-ide-helper This package generates helper files that enable your IDE to provide accurate autocompletion 14230
SpartnerNL/Laravel-Excel Supercharged Excel exports and imports in Laravel 12296
barryvdh/laravel-dompdf Laravel wrapper for Dompdf HTML to PDF Converter 6753
beyondcode/laravel-websockets Websockets for Laravel 5077
tighten/ziggy Use your Laravel routes in JavaScript 3938
laravel/horizon Horizon provides a beautiful dashboard and code-driven configuration for your Laravel powered Redis queues. Horizon allows you to easily monitor key metrics of your queue system such as job throughput, runtime, and job failures. 3870
artesaos/seotools SEOTools is a package for Laravel 5.8+ and Lumen that provides helpers for some common SEO techniques 3116
spatie/laravel-analytics A Laravel package to retrieve pageviews and other data from Google Analytics 3088
Propaganistas/Laravel-Phone Adds phone number functionality to Laravel based on the PHP port of Google\s libphonenumber API by giggsey. 2752
SimpleSoftwareIO/simple-qrcode An easy-to-use PHP QrCode generator with first-party support for Laravel 2740
DarkaOnLine/L5-Swagger OpenApi or Swagger Specification for your Laravel project made easy 2650
barryvdh/laravel-snappy Snappy PDF/Image Wrapper for Laravel 2640
spatie/laravel-responsecache Speed up a Laravel app by caching the entire response 2487
mewebstudio/captcha A simple Laravel service provider for including the Captcha for Laravel. 2460
spatie/laravel-sitemap Generate a sitemap without you having to add urls to it manually, by crawling your entire site. 2311
munafio/chatify A Laravel package helps you add a complete real-time messaging system to your new / existing application with only one command. 2243
spatie/data-transfer-object Data transfer objects (DTOs) with batteries included 2233
Torann/laravel-geoip Determine the geographical location of website visitors based on their IP addresses 2109
rappasoft/laravel-livewire-tables A dynamic Laravel Livewire component for data tables 1791
anhskohbo/no-captcha No CAPTCHA reCAPTCHA For Laravel 1780
protonemedia/laravel-ffmpeg This package provides an integration with FFmpeg for Laravel. Laravel's Filesystem handles the storage of the files 1662
spatie/period Compare multiple dates with each other, calculate the overlaps and differences between n-amount of periods, as well as some more basic comparisons between two periods. 1644
spatie/laravel-tags Add tags and taggable behaviour to a Laravel app 1626
nahid/talk Talk is a Laravel based user conversation (chat) system with realtime messaging. 1609
Power-Components/livewire-powergrid PowerGrid generates Advanced Datatables using Laravel Livewire 1506
spatie/laravel-cookie-consent Make your Laravel app comply with the crazy EU cookie law 1404
spatie/laravel-honeypot Preventing spam submitted through forms 1367
ash-jc-allen/short-url A Laravel package for creating shortened URLs for your web apps 1274
spatie/laravel-google-calendar Manage events on a Google Calendar 1266
spatie/laravel-settings Store strongly typed application settings 1236
cybercog/laravel-love Add Social Reactions to Laravel Eloquent Models. It lets people express how they feel about the content. Fully customizable Weighted Reaction System & Reaction Type System with Like, Dislike and any other custom emotion types. Do you react? 1166
bavix/laravel-wallet Easy work with virtual wallet 1140
proengsoft/laravel-jsvalidation Allows to reuse your Laravel Validation Rules, Messages, FormRequest and Validators to validate forms automatically in client side. 1134
kreait/laravel-firebase A Laravel package for the Firebase PHP Admin SDK. 1090
spatie/laravel-web-tinker Tinker in your browser 1044
spatie/laravel-webhook-client Receive webhooks in Laravel apps 1002
spatie/laravel-webhook-server Send webhooks from Laravel apps 925
spatie/laravel-menu Html menu generator for Laravel 923
laravel-workflow/laravel-workflow A package for the Laravel web framework that provides tools for defining and managing workflows and activities. 921
spatie/laravel-feed Easily generate RSS feeds 906
spatie/laravel-mix-purgecss Zero-config Purgecss for Laravel Mix 874
nnjeim/world Laravel package which provides a list of the countries, states, cities, timezones, currencies and languages. 766
spatie/laravel-validation-rules A set of useful Laravel validation rules 761
spatie/laravel-tail An artisan command to tail your application logs 738
geocoder-php/GeocoderLaravel Geocoder is a PHP library which helps you build geo-aware applications by providing a powerful abstraction layer for geocoding manipulations 706
spatie/laravel-server-side-rendering Server side rendering JavaScript in your Laravel application 662
WendellAdriel/laravel-validated-dto Data Transfer Objects with validation for Laravel applications. 659
ralphjsmit/laravel-seo Never worry about SEO in Laravel again! 644
f9webltd/laravel-api-response-helpers A simple package allowing for consistent API responses throughout your Laravel application. 619
spatie/laravel-blade-javascript A Blade directive to export variables to JavaScript 617
spatie/laravel-short-schedule Schedule artisan commands to run at a sub-minute frequency. 610
ylsideas/feature-flags Feature Flags for Laravel. A Feature flag is at times referred to as a feature toggle or feature switch. 605
Team-Tea-Time/laravel-forum A forum package designed for quick and easy integration in #Laravel projects. 603
mateusjunges/laravel-kafka A Kafka driver for Laravel. 582
echolabsdev/prism Package for integrating Large Language Models (LLMs) into your AI applications. 568
LaravelDaily/laravel-charts Package to generate Chart.js charts directly from Laravel/Blade, without interacting with JavaScript. 532
creagia/laravel-sign-pad Laravel pad signature. A Laravel package to sign documents and optionally generate certified PDFs associated to a Eloquent model. 480
milwad-dev/laravel-validate You can validate data easier, Laravel validate have lots of rule class for validation. 462
Jeroen-G/Explorer Next-gen Elasticsearch driver for Laravel Scout with the power of Elasticsearch's queries. 368
laracraft-tech/laravel-schema-rules Automatically generate Laravel validation rules based on your database table schema! 353
sakanjo/laravel-easy-metrics Generate metrics with ease and precision. 297
Label84/laravel-hours-helper With laravel-hours-helper you can create an Illuminate\Support\Collection of dates and/or times with a specific interval for a specific period. 270
laracord/laracord Create elegant Discord bots with the power of Laravel. 267
mostafaznv/pdf-optimizer PDF optimization tool for PHP and Laravel applications 132
E-Commerce (9)
Package Description Stars
bagisto/bagisto An easy to use, free and open source laravel eCommerce platform to build your online shop in no time. 15332
aimeos/aimeos-laravel Laravel ecommerce package for ultra fast online shops, scalable marketplaces, complex B2B applications and gigacommerce. 7288
lunarphp/lunar An open-source package that brings the power of modern headless e-commerce functionality to Laravel. 2701
LaravelDaily/laravel-invoices This Laravel package provides an easy to use interface to generate Invoice PDF files with your provided data. 1389
vanilophp/framework The truly Laravel E-commerce Framework 818
HPWebdeveloper/laravel-pay-pocket A multi-wallet Laravel package with comprehensive logging and payment capabilities. 285
021-projects/laravel-wallet Reliable and flexible transaction mechanism for Laravel 256
safemood/discountify Laravel package for dynamic discounts with custom conditions. 208
milwad-dev/laravel-attributes Make attributes easy for Laravel 190
Flash Alerts Notifications (6)
Package Description Stars
laracasts/flash Easy Flash Messages for Your Laravel App 2656
mckenziearts/laravel-notify Laravel Notify is a package that lets you add custom notifications to your project. A diverse range of notification design is available. 1635
realrashid/sweet-alert A beautiful replacement for JavaScript's popup boxes for Laravel 1137
spatie/laravel-flash This is a lightweight package to send flash messages in Laravel apps. 564
usernotnull/tall-toasts Beautiful Notification Toasts For Laravel. Runs with the TALL stack: Laravel, TailwindCSS, Livewire, AlpineJS. 553
yoeunes/toastr Toastr.js notifications for Laravel 390
Mail (3)
Package Description Stars
Qoraiche/laravel-mail-editor Mailable editor package for your Laravel applications to create and manage mailables using a web UI. 2086
spatie/laravel-mail-preview A mail driver to quickly preview mail 1188
Xammie/mailbook Package that lets you easily inspect your mails without having to actually trigger it in your application. 443