A curated list of awesome bookmarks, packages, tutorials, videos and other cool resources. The aim is to make it easier for beginners and veterans to discover the Laravel ecosystem.
Inspired by ziadoz/awesome-php
- Quickstart Guide
- Documentation (API)
- Code Bright web edition (introductory extention to the documentation)
- Archive of Tutorials (via Laravel News)
- Laravel Cheat Sheet
This is a list of well-documented, tested packages that are frequently used in most Laravel projects. If your looking for an exhaustive list of Laravel packages, then look at the Package Repositories mentioned above.
- Generators - Automatic code generator that helps to speed up development workflow
- Blacksmith - Flexible code generation tool
- Debug Bar - Integrates PHP Debug Bar with Laravel
- Clockwork - Integrates Clockwork Chrome extension for debugging and profiling apps
- IDE Helper - Generates a helper file for IDE auto-completion
- Confide - Authentication solution to cut repetitive work involving the management of users
- Entrust - Role-based Permissions
- OAuth 4 Laravel - OAuth client wrapper that supports Facebook, Twitter, Google etc.
- OAuth2 Server Laravel - Wrapper for OAuth 2.0 authorization server and resource server
- Intervention Image - Image handling and manipulation library for creating, editing and composing images
- Validating - Trait for validating Eloquent models on save
- Eloquent Sluggable - Creation of slugs for your Eloquent models
- Laravel Stapler - ORM-based file upload manager
- Laravel DOMPDF - HTML to PDF generator
- Laravel Markdown - Parsedown-Extra wrapper for Laravel
- Recaptcha - Adds reCaptcha validator
- Datatable - Server-side and client-side integration for jQuery Datatables plugin
- PHP Vars to JavaScript Transformer - Pass server-side string/array/collection/whatever to your JavaScript
- Laroute - Generate Laravel route URLs from JavaScript
- 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 that melts with Laravel
- Migrations Generator - Generate Migrations from an existing database
- iSeed - Generate a new seed file based on data from the existing database table
- Backup Manager - Database backup and restoration
- Tenanti - Multi-tenant database schema manager
- Envoy - SSH Task Runner
- Dispatcher - Schedule your Artisan commands
- Rocketeer - Task runner and deployment package
- Laravel HTML Minify - Minifies the HTML output
- Intervention Image Cache - Caching extension for the Intervention Image Class
- Homestead - Official Vagrant box for Laravel
- Getting Started with Laravel Homestead
- Video tutorials - Installation, Multiple Sites and Accessing MySQL
- Install Laravel with Composer
- Windows
- Mac OSX or Linux
- Forge - PHP PaaS optimized for Laravel on servers of your choice
- FortRabbit (Video)
- PagodaBox (Quickstart app)
- Heroku (Tutorial)
- Tuts+
- SitePoint
- Scotch
- Christopher Pitt
- KodeInfo
- Culttt
- Fideloper
- Maxoffsky
- CodeForest
- Taylor Otwell
- Digital Ocean
- RTFM
- Matt Stauffer
- Creative Punch
- Ryan Tablada
- Mohammad Gufran
- Adam Engebretson
- CodeHeaps
- Laravel India
- Sheikh Heera
- Vegi Bit
- WSnippets
- Ed Zynda
- Kirk Bushell
- Andrews Ang
- DeveloPHP
- Jason Lewis
- Eric Barnes
- Jens Segers
- Neon Tsunami
- Amitav Roy
- Into Laravel
- Stidges
- Laracasts (Developer + Laracasts = God Mode on)
- PHP Academy
- Fallendown2005
- Userscape
- Treehouse
- Anthony Vipond
- Arjun Yojan
- Format C:
- Brandon Boswell
- Jason Chaney
- David Mosher
- Maarten (muukrls)
- Yavor Kirov
- Lynda
- Laravel: Code Bright
- Laravel: From Apprentice To Artisan
- Laravel 4 Cookbook
- Laravel Testing Decoded
- Implementing Laravel
- Getting Stuff Done with Laravel 4
- Laravel Application Development Blueprints
- Build APIs You Won't Hate
- Integrating Front end Components with Web Applications
- Laravel Design Patterns and Best Practices
- Step by Step Real World Application with Laravel 4
- Learning Laravel 4 Application Development
- Getting Started with Laravel 4
- Laravel Application Development Cookbook
- Building Web Applications Using Parse REST API
- Laravel - My First Framework
- laravelio/laravel.io
- octobercms/october
- hillelcoren/invoice-ninja
- wardrobecms/wardrobe
- andrewelkins/laravel-4-bootstrap-starter-site
- grahamcampbell/bootstrap-cms
- codepadme/laravel-tricks
- sdebacker/typicms
- chintanbanugaria/92five
- Laravel.io Forum (Old Forum Archive)
- Laravel.io Podcast
- IRC Channel
- Laracasts Forum (Old Forum Archive)
- Meetups
- Google+
- Quora
- Laravel Russia (VK group)
- Laravel France
- Laravel Myanmar
- Laravel Brasil (Facebook group)
- Laravel Turkey (Facebook group)
Got new ideas or resources? Send me a PR!
- Please make an individual pull request for each suggestion
- Use the following format for links: [Resource](LINK)
- Use the following format for packages: [Package](LINK) - Short description
- New categories or improvements to the existing categorisation are welcome