Table of Contents
Essentials
Laravel 5
Lumen
Code Snippets
Packages
Popular Packages
Development Setup
Application Hosting
Application Deployment
Articles, Tutorials, Blogs etc.
Video Tutorials
Conferences
Books
Codebases for Reference
Newsletters
Community
Jobs
Hosted Development Tools
Miscellaneous
Home Backend Development PHP Tutorial 大量很棒的Laravel资源集合:awesome-laravel

大量很棒的Laravel资源集合:awesome-laravel

Jun 23, 2016 pm 01:25 PM

Laravel生态系统中很棒的书签,包,教程,视频和其他很酷资源的列表。

Essentials

  • Documentation
  • API Reference
  • Laracasts
  • Laravel News

Laravel 5

Released on 4th February, 2015

  • Laravel 5 Fundamentals - Laracasts
  • New Features in Laravel 5 - Laracasts and Matt Stauffer's blog
  • Release Notes - Laravel.com and Laravel News
  • Upgrade Guide - Laravel.com and Matt Stauffer
  • Learn Laravel 5 From Scratch - Laracasts
  • Learn Laravel 5 in Spanish duilio.me

Lumen

Released on 14th April, 2015

  • Introduction (Laracasts)
  • Documentation

Code Snippets

  • Laravel Cheat Sheet
  • Laravel Tricks
  • Laravel Recipies
  • Laravel Snippets

Packages

  • Packagist
  • Laravel Collective
  • Packalyst
  • Cartalyst
  • Spatie

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
  • IDE Helper - Generates a helper file for IDE auto-completion
  • Laravel 5 Extended Generators - Extends built-in file generators
  • Laravel API/Scaffold/CRUD Generator - Generator for APIs, CRUD scaffolds etc.
Debugging & Profiling
  • Clockwork - Integrates Clockwork Chrome extension for debugging and profiling apps
  • Debug Bar - Integrates PHP Debug Bar with Laravel
  • Laravel 5 Log Viewer - Log viewer
Authentication & Authorisation
  • Entrust - Role-based Permissions
  • JWT Auth - JSON Web Token authentication for APIs
  • Laravel Permission Associate users with roles and permissions
  • Defender Roles & Permissions for Laravel 5
  • OAuth2 Server Laravel - OAuth 2.0 authorization server and resource server
  • Laravel Roles - Roles And Permissions For Laravel 5
  • Sentinel - Framework agnostic authentication & authorization system
  • Socialite - OAuth authentication with Facebook, Google, Twitter etc.
  • Socialite Providers - 70+ social authentication providers for Socialite
Utilities
  • Bootstrapper - Set of classes to create Bootstrap 3 markup
  • Datatable - Server-side and client-side integration for jQuery Datatables plugin - This package is for DataTables 1.9! It is NOT compatible with 1.10+!
  • Eloquent Sluggable - Create slugs for Eloquent models
  • HTML - Official HTML and Form Builders for Laravel
  • Intervention Image - Image handling library for creating, editing and composing images
  • Laravel Breadcrumbs - Create and manage breadcrumbs
  • Laravel Datatable - jQuery DataTables API for Laravel 4|5
  • Laravel Dot Env Generator - Generate .env.gen file based on the project source code
  • Laravel Excel - Import and export Excel and CSV files
  • Laravel Hashids - Generate unique, non-sequential ids using Hashids
  • Laravel Markdown - CommonMark markdown parser
  • Laravel MediaLibrary - Associate files with Eloquent models
  • Laravel Messenger - User messaging system
  • Laravel Responsecache - Speed up a Laravel app by caching the entire response
  • Laravel Snappy - HTML to PDF generator using wkhtmltopdf
  • Laravel Stapler - ORM-based file upload manager
  • Laravel Tail - The missing tail command for Laravel 5
  • Laravel Stats Tracker - Gather information from requests to identify and store
  • Listify - Add sorting/ordering capabilities to any Eloquent model
  • noCAPTCHA - Helper for Google's new noCAPTCHA (reCAPTCHA)
  • Revisionable - Create a revision history for Eloquent models
  • SEOTools - SEOTools - SEO Tools for Laravel and Lumen
  • Setting - Persistent configuration settings that are stored in JSON files
  • Teamwork - User to team associations with an invite system
  • Validating - Trait for validating Eloquent models
Working with Javascript
  • Laroute - Generate Laravel route URLs from JavaScript
  • PHP Vars to JavaScript Transformer - Pass server-side string/array/collection/whatever to JavaScript
Database, Migrations & Seeding
  • Backup Manager - Backup and restore databases from S3, Dropbox, SFTP etc.
  • Baum - Nested Sets pattern implementation
  • ClosureTable - Closure table pattern implementation
  • iSeed - Generate a new seed file from an existing database table
  • Laravel Backup - A package to backup your Laravel 5 app
  • Laravel Doctrine - Doctrine 2 ORM implementation for Laravel
  • Laravel MongoDB - Eloquent model and query builder with support for MongoDB
  • Migrations Generator - Generate migrations from an existing database
  • Tenanti - Multi-tenant database schema manager
Search
  • Algolia Search - Integrates the Algolia Search API to the Laravel Eloquent ORM
  • Elasticquent - Elasticsearch for Eloquent models
  • Laravel Search - Unified API for Elasticsearch, Algolia, and ZendSearch
  • SearchIndex - Store and retrieve objects from Algolia or Elasticsearch
  • Searchable - Trait that adds a simple search function to Eloquent models
APIs
  • ApiGuard - Allow API authentication with API keys
  • Dingo API - Multi-purpose toolkit for developing RESTful APIs
  • Laravel CORS - Add CORS (Cross-Origin Resource Sharing) headers support
Tasks, Commands and Scheduling
  • Dispatcher - Scheduler for Artisan commands
  • Elixr - Node(NPM) package to run Gulp tasks that watch files, run tests, minify CSS, concatenate scripts etc.
  • Envoy - SSH Task Runner
Payments
  • Cashier - Subscription billing with Stripe
  • Omnipay for Laravel - Integrate the Omnipay PHP library
Optimization
  • Intervention Image Cache - Caching extension for the Intervention Image Class
  • Laravel HTMLMin - Blade/HTML/CSS/javascript minifier
Localization
  • Language Files - Validation, Pagination and Reminders language lines in 37 languages
  • Laravel Localization - Add i18n support via routes
  • Laravel Translatable - Retrieve and store translatable Eloquent model instances
  • Laravel Translator - Translate Eloquent models into multiple languages
  • Laravel Date - A library to help you work with dates in multiple languages, based on Carbon.
Third-party Service Integration
  • Laravel Algolia - Algolia API bridge
  • Laravel Analytics - An opinionated Laravel 5 package to retrieve pageviews and other data from Google Analytics
  • Laravel DigitalOcean - DigitalOceanV2 bridge
  • Laravel Dropbox - Dropbox bridge
  • Laravel Facebook - Facebook API bridge
  • Laravel GitHub - PHP GitHub API bridge
  • Laravel GitLab - GitLab API bridge
  • Laravel Googletagmanager - Easily setup and send data to Google Tag Manager
  • Laravel Instagram - Instagram API bridge
  • Laravel Newsletter - Send newsletters with Mailchimp
  • Laravel Parse - PHP Parse SDK bridge
  • Laravel Pusher - Pusher API bridge
  • Laravel Pushwoosh - Pushwoosh API bridge
  • Laravel Vimeo - Vimeo API bridge

Development Setup

  • Homestead - Official Vagrant box for Laravel
    • Getting Started with Laravel Homestead
    • Installation on OSx and Linux
    • Installation on Windows
  • Install Laravel with Composer
    • Windows
    • Mac OSX or Linux

Application Hosting

  • Forge - Provision optimized PHP servers on Linode, DigitalOcean etc.
    • Server Management with Forge (Laracasts)
    • Getting your first site up and running in Laravel Forge (Matt Stauffer)
    • ForgeRecipes
  • FortRabbit (Video)
  • PagodaBox (Documentation)
  • Heroku (Tutorial)
  • IBM BlueMix (Tutorial)

Application Deployment

  • Envoyer - Zero down-time Deployer for PHP & Laravel projects
    • Deployments with Envoyer (Laracasts)
  • Rocketeer - Task runner and deployment package

Articles, Tutorials, Blogs etc.

  • Tuts+
  • SitePoint
  • Christopher Pitt
  • Culttt
  • Scotch
  • Fideloper
  • Maxoffsky
  • KodeInfo
  • 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
  • Scott Wilcox
  • Clivern
  • Code Gains
  • Stillat
  • Easy Laravel Book Blog
  • Bosnadev
  • Blog do Vluzrmos (PT-BR)
  • CodeTutorial
  • Ryan Chenkie
  • Laravelista
  • Laravel Tips
  • Codingo Tuts
  • Antonio Carlos Ribeiro
  • Laravel Coding
  • Styde (ES)
  • Laravel Daily
  • Freek Van der Herten
  • Alfred Nutile

Video Tutorials

  • Laracasts
  • PHP Academy
  • Fallendown2005
  • Userscape
  • Treehouse
  • Anthony Vipond
  • Design Code Blade
  • Format C:
  • Brandon Boswell
  • Jason Chaney
  • David Mosher
  • Maarten (muukrls)
  • Yavor Kirov
  • Lynda
  • Tuts+
  • Novica Vukobratovic
  • Duilio Palacios

Conferences

  • Laracon US
  • Laracon EU
  • ArtisanConf
Videos
  • Laracon EU 2015
  • Laracon EU 2014
  • Laracon US 2014
  • Laracon EU 2013
  • Laracon US 2013

Books

  • 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
  • Easy Laravel 5
  • Laravel 5 Essentials
  • Easy E-Commerce Using Laravel and Stripe
  • Laravel 5.1 Beauty
  • Design Patterns with PHP and Laravel
  • Laravel 5 Learn Easy
  • Mastering Laravel
  • How to Build Real-Time Laravel Apps with Pusher

Codebases for Reference

  • 92Five
  • Bootstrap CMS
  • Cachet
  • Deployer
  • Invoice Ninja
  • Laravel 5 Boilerplate
  • Laravel Tricks
  • Laravel.IO
  • October
  • Paperwork
  • PHPHub
  • PyroCMS
  • StyleCI
  • TypiCMS
  • Wardrobe
  • Flarum
  • Lavalite

Newsletters

  • Laravel News (archive)
  • Laravel Weekly

Community

  • Laravel.io Forum (Old Forum Archive)
  • Laracasts Forum (Old Forum Archive)
  • Laravel Podcast
  • Larachat Slack (Signup)
  • Gitter
  • IRC Channel
  • StackOverflow
  • Twitter
  • Google+
  • Reddit
  • Quora
  • Facebook
  • LinkedIn
Local User Groups
  • Laravel Russia (VK group)
  • Laravel France
  • Laravel Myanmar
  • Laravel Indonesia (Facebook group)
  • Laravel Brasil (Facebook group)
  • Laravel Turkey (Facebook group)
  • Laravel Nigeria (Facebook group)
  • Laravel China
  • Laravel Taiwan (Facebook group)
  • Laravel Spanish
  • Laravel Korea (Facebook group)
  • Laravel Morocco
  • Laravel Japan (Facebook group)
Meetups
  • All Meetups
  • London Meetup
  • Buenos Aires, Argentina Meetup
  • Morocco Meetup

Jobs

  • LaraJobs
  • Laravel Gurus
  • With Laravel

Hosted Development Tools

  • Laragen - View generator
  • Laravel Schema Designer - Create, export and share database schemas
  • Laravel Database Designer - Graphical tool to create database schemas

Miscellaneous

  • Larasites - Collection of projects built with Laravel
  • Built with Laravel - Collection of open source projects built with Laravel
  • CodeCanyon - Paid scripts and plugins
  • Laramap - Interactive map of Laravel developers
来自: https://github.com/chiraggude/awesome-laravel
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Roblox: Bubble Gum Simulator Infinity - How To Get And Use Royal Keys
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Nordhold: Fusion System, Explained
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Mandragora: Whispers Of The Witch Tree - How To Unlock The Grappling Hook
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1666
14
PHP Tutorial
1272
29
C# Tutorial
1251
24
Explain secure password hashing in PHP (e.g., password_hash, password_verify). Why not use MD5 or SHA1? Explain secure password hashing in PHP (e.g., password_hash, password_verify). Why not use MD5 or SHA1? Apr 17, 2025 am 12:06 AM

In PHP, password_hash and password_verify functions should be used to implement secure password hashing, and MD5 or SHA1 should not be used. 1) password_hash generates a hash containing salt values ​​to enhance security. 2) Password_verify verify password and ensure security by comparing hash values. 3) MD5 and SHA1 are vulnerable and lack salt values, and are not suitable for modern password security.

PHP and Python: Comparing Two Popular Programming Languages PHP and Python: Comparing Two Popular Programming Languages Apr 14, 2025 am 12:13 AM

PHP and Python each have their own advantages, and choose according to project requirements. 1.PHP is suitable for web development, especially for rapid development and maintenance of websites. 2. Python is suitable for data science, machine learning and artificial intelligence, with concise syntax and suitable for beginners.

PHP in Action: Real-World Examples and Applications PHP in Action: Real-World Examples and Applications Apr 14, 2025 am 12:19 AM

PHP is widely used in e-commerce, content management systems and API development. 1) E-commerce: used for shopping cart function and payment processing. 2) Content management system: used for dynamic content generation and user management. 3) API development: used for RESTful API development and API security. Through performance optimization and best practices, the efficiency and maintainability of PHP applications are improved.

PHP: A Key Language for Web Development PHP: A Key Language for Web Development Apr 13, 2025 am 12:08 AM

PHP is a scripting language widely used on the server side, especially suitable for web development. 1.PHP can embed HTML, process HTTP requests and responses, and supports a variety of databases. 2.PHP is used to generate dynamic web content, process form data, access databases, etc., with strong community support and open source resources. 3. PHP is an interpreted language, and the execution process includes lexical analysis, grammatical analysis, compilation and execution. 4.PHP can be combined with MySQL for advanced applications such as user registration systems. 5. When debugging PHP, you can use functions such as error_reporting() and var_dump(). 6. Optimize PHP code to use caching mechanisms, optimize database queries and use built-in functions. 7

The Enduring Relevance of PHP: Is It Still Alive? The Enduring Relevance of PHP: Is It Still Alive? Apr 14, 2025 am 12:12 AM

PHP is still dynamic and still occupies an important position in the field of modern programming. 1) PHP's simplicity and powerful community support make it widely used in web development; 2) Its flexibility and stability make it outstanding in handling web forms, database operations and file processing; 3) PHP is constantly evolving and optimizing, suitable for beginners and experienced developers.

How does PHP type hinting work, including scalar types, return types, union types, and nullable types? How does PHP type hinting work, including scalar types, return types, union types, and nullable types? Apr 17, 2025 am 12:25 AM

PHP type prompts to improve code quality and readability. 1) Scalar type tips: Since PHP7.0, basic data types are allowed to be specified in function parameters, such as int, float, etc. 2) Return type prompt: Ensure the consistency of the function return value type. 3) Union type prompt: Since PHP8.0, multiple types are allowed to be specified in function parameters or return values. 4) Nullable type prompt: Allows to include null values ​​and handle functions that may return null values.

PHP and Python: Code Examples and Comparison PHP and Python: Code Examples and Comparison Apr 15, 2025 am 12:07 AM

PHP and Python have their own advantages and disadvantages, and the choice depends on project needs and personal preferences. 1.PHP is suitable for rapid development and maintenance of large-scale web applications. 2. Python dominates the field of data science and machine learning.

PHP vs. Other Languages: A Comparison PHP vs. Other Languages: A Comparison Apr 13, 2025 am 12:19 AM

PHP is suitable for web development, especially in rapid development and processing dynamic content, but is not good at data science and enterprise-level applications. Compared with Python, PHP has more advantages in web development, but is not as good as Python in the field of data science; compared with Java, PHP performs worse in enterprise-level applications, but is more flexible in web development; compared with JavaScript, PHP is more concise in back-end development, but is not as good as JavaScript in front-end development.

See all articles