Skip to content

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

License

Notifications You must be signed in to change notification settings

saadel/awesome-laravel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Awesome Laravel Awesome

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

Inspired by ziadoz/awesome-php

Table of Contents

Essentials

Laravel 5

Released on 4th February, 2015

Lumen

Released on 14th April, 2015

Code Snippets

Packages

Popular Packages

This is a list of well-documented, tested packages that are frequently used in Laravel projects. If you're looking for an exhaustive list of PHP packages, then check out the Package Repositories mentioned above.

Developer Tools
Debugging & Profiling
  • Debug Bar - Integrates PHP Debug Bar with Laravel
  • Clockwork - Integrates Clockwork Chrome extension for debugging and profiling apps
  • Log Viewer - View Laravel logs in the browser
Authentication & Authorisation
  • Confide - Authentication solution to cut repetitive work involving user management
  • Entrust - Role-based Permissions
  • OAuth2 Server Laravel - Wrapper for OAuth 2.0 authorization server and resource server
  • Socialite - Social authentication wrapper for Facebook, Google, Twitter etc.
  • Socialite Providers - Over 70 providers for Socialite.
  • OAuth 4 Laravel - OAuth client wrapper that supports Facebook, Twitter, Google etc.
  • JWT Auth - JSON Web Token authentication for APIs
  • Vault - Roles & Permissions for the Laravel 5 Framework
  • Sentinel - A framework agnostic authentication & authorization system.
Utilities
Working with Javascript
Database, Migrations & Seeding
  • Laravel MongoDB - Eloquent model and Query builder with support for MongoDB
  • Laravel Flysystem - Abstraction to swap out a local file-system for a remote one (AWS S3, Dropbox etc.)
  • Laravel Doctrine - Doctrine 2 ORM implementation
  • Migrations Generator - Generate Migrations from an existing database
  • iSeed - Generate a new seed file from existing database table
  • Backup Manager - Backup to and restore database from S3, Dropbox, SFTP etc.
  • Tenanti - Multi-tenant database schema manager
  • Baum - Nested Sets pattern implementation for Laravel
  • ClosureTable - Closure Table pattern implementation for Laravel
Search
  • Algolia Search - Integrates the Algolia Search API to the Laravel Eloquent ORM
  • Elasticquent - Elasticsearch for Eloquent Laravel Models
  • Laravel Search - Unified API for Elasticsearch, Algolia, and ZendSearch
  • SearchIndex - Store and retrieve objects from Algolia or Elasticsearch
  • Searchable - a trait for Laravel that adds a simple search function to Eloquent Models.
RESTful APIs
  • API for Laravel - Build RESTful APIs that can be consumed externally and by your application
  • Trucker - Map remote API resources (usually RESTful) as models in an ActiveResource style
  • Laravel CORS - Add CORS (Cross-Origin Resource Sharing) headers support
  • APIGuard - A simple way of authenticating your APIs with API keys using Laravel.
Tasks, Commands and Scheduling
  • Elixr - Node(NPM) package to run Gulp tasks that watch files, run tests, minify CSS, concatenate scripts etc.
  • Envoy - SSH Task Runner
  • Dispatcher - Scheduler for Artisan commands
Payments
Optimization
Localization
Third-party Service Integration

Development Setup

Application Hosting

Application Deployment

Articles, Tutorials, Blogs etc.

Video Tutorials

Conferences

Conference Videos

Books

Codebases for Reference

Newsletters

Community

Local User Groups

Meetups

Jobs

Hosted Development Tools

Miscellaneous

Contributing

Found an awesome package, blog, video etc.? Send me a PR!

Guidelines

  • Please make an individual pull request for each suggestion
  • Use the following format for resources: [Resource](URL)
  • Use the following format for packages: [Package](URL) - Short description
  • New categories or improvements to the existing categorisation are welcome

License

Awesome Laravel is licensed under The MIT License (MIT).

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published