DEV Community

Cover image for Top repositories for Laravel developers 2024 edition
Nikola Perišić
Nikola Perišić

Posted on • Edited on

4 1 1 1

Top repositories for Laravel developers 2024 edition

Hello folks! 👋🏻

Are you ready to dive into the Top 10 repositories for learning and exploring Laravel?

Let's get started!

You can find these repositories and many more on my GitHub Stars List ⭐.


1. Laravel Honeypot 🛡️

Prevent spam submissions through forms with the Laravel Honeypot package. It adds an invisible field to your form to thwart spam bots, which typically fill in all fields.

⭐ 1.3k stars

2. Laravel Book 📚

This repository contains PDF versions of Laravel books for all versions. If you prefer learning from books, this is a fantastic resource as it includes the official Laravel documentation in an easy-to-read and print PDF format.

⭐ 513 stars

3. Best Laravel packages 🏆

Curated by Povilas Korop, the creator of "Laravel Daily," this list features over 75 of the best Laravel packages.

⭐ 397 stars

4. Laravel Validate 🎯

Laravel Validate is a package designed to make validation faster and easier. With numerous rule classes for validation, it supports localization and can be used in most languages.

⭐ 447 stars

5. Pretty Routes for Laravel 🎨

Visualize your routes in a pretty format with this handy tool.

⭐ 650 stars

6. Composer-unused 🧹

A Composer tool that shows unused Composer dependencies by scanning your code, helping you keep your project clean and optimized.

⭐ 1.5k stars

7. Test Laravel migrations 🧪

This repository serves as a test: perform a set of tasks and fix the intentionally failing PHPUnit tests.

⭐ 50 stars

8. Laravel tips 💡

Get awesome Laravel tips and tricks for all artisans. Updated as of March 18, 2024, it features 357 tips divided into 14 sections.

⭐ 6.2k stars

9. Laravel + Vue.js + Inertia.js 🌐

This SPA is designed to provide a smooth and interactive user experience, offering an all-in-one solution for managing users and roles with an easy-to-use admin dashboard.

⭐ 25 stars

10. Laravel Authentication Log 👨🏻‍💻

Laravel Authentication Log is a package that 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.

⭐ 729 stars


Bonus

Looking for more Laravel tips? Check out Laravel Code Tips!


Follow me for more 🚀

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay