gitmyhub

awesome-laravel

★ 13k updated 1y ago

A curated list of bookmarks, packages, tutorials, videos and other cool resources from the Laravel ecosystem

A community-curated list of the best packages, tutorials, videos, books, and community links for the Laravel PHP web framework, organized by category.

PHPLaravelsetup: easycomplexity 1/5

Awesome Laravel is a curated list of resources for the Laravel web framework, which is used to build web applications in PHP. The list covers packages, tutorials, videos, books, podcasts, starter project templates, and community links that Laravel developers commonly find useful.

The package sections are organized by category. Developer tools include code generators, IDE helpers, and debugging panels. Authentication and authorization packages handle user login, roles, permissions, and social login through services like Facebook or Google. Utility packages cover common tasks such as image manipulation, search integration, caching, file uploads, and notifications. Sections for testing, database management, localization, and application monitoring add further coverage.

Beyond code packages, the list links to conference talks, tutorial blogs, paid and free video courses, books, and job boards. This makes it a broader community reference rather than purely a library index. Starter project templates are also listed for developers who want a working base application to build from.

The list follows the standard open-source "awesome list" format, maintained through GitHub pull requests. Contributors can propose additions by submitting a PR, though the list has clear guidelines about what qualifies for inclusion. The README notes it is not an exhaustive catalog of every PHP package but focuses on well-documented and frequently used ones.

This repository is useful for anyone learning Laravel or looking for a package that solves a specific problem, without having to search across multiple package registries from scratch. The full README is longer than what was shown.

Where it fits