목차
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
백엔드 개발 PHP 튜토리얼 大量很棒的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
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.

핫 AI 도구

Undresser.AI Undress

Undresser.AI Undress

사실적인 누드 사진을 만들기 위한 AI 기반 앱

AI Clothes Remover

AI Clothes Remover

사진에서 옷을 제거하는 온라인 AI 도구입니다.

Undress AI Tool

Undress AI Tool

무료로 이미지를 벗다

Clothoff.io

Clothoff.io

AI 옷 제거제

AI Hentai Generator

AI Hentai Generator

AI Hentai를 무료로 생성하십시오.

뜨거운 도구

메모장++7.3.1

메모장++7.3.1

사용하기 쉬운 무료 코드 편집기

SublimeText3 중국어 버전

SublimeText3 중국어 버전

중국어 버전, 사용하기 매우 쉽습니다.

스튜디오 13.0.1 보내기

스튜디오 13.0.1 보내기

강력한 PHP 통합 개발 환경

드림위버 CS6

드림위버 CS6

시각적 웹 개발 도구

SublimeText3 Mac 버전

SublimeText3 Mac 버전

신 수준의 코드 편집 소프트웨어(SublimeText3)

11 최고의 PHP URL 쇼트너 스크립트 (무료 및 프리미엄) 11 최고의 PHP URL 쇼트너 스크립트 (무료 및 프리미엄) Mar 03, 2025 am 10:49 AM

종종 키워드와 추적 매개 변수로 혼란스러워하는 긴 URL은 방문자를 방해 할 수 있습니다. URL 단축 스크립트는 솔루션을 제공하여 소셜 미디어 및 기타 플랫폼에 이상적인 간결한 링크를 만듭니다. 이 스크립트는 개별 웹 사이트 a에 유용합니다

Instagram API 소개 Instagram API 소개 Mar 02, 2025 am 09:32 AM

Instagram은 2012 년 Facebook에서 유명한 인수에 이어 타사 사용을 위해 두 개의 API 세트를 채택했습니다. Instagram Graph API 및 Instagram Basic Display API입니다. 개발자는

Laravel의 플래시 세션 데이터로 작업합니다 Laravel의 플래시 세션 데이터로 작업합니다 Mar 12, 2025 pm 05:08 PM

Laravel은 직관적 인 플래시 방법을 사용하여 임시 세션 데이터 처리를 단순화합니다. 응용 프로그램에 간단한 메시지, 경고 또는 알림을 표시하는 데 적합합니다. 데이터는 기본적으로 후속 요청에만 지속됩니다. $ 요청-

Laravel Back End : Part 2, React가있는 React 앱 구축 Laravel Back End : Part 2, React가있는 React 앱 구축 Mar 04, 2025 am 09:33 AM

이것은 Laravel 백엔드가있는 React Application을 구축하는 데있어 시리즈의 두 번째이자 마지막 부분입니다. 이 시리즈의 첫 번째 부분에서는 기본 제품 목록 응용 프로그램을 위해 Laravel을 사용하여 편안한 API를 만들었습니다. 이 튜토리얼에서는 Dev가 될 것입니다

Laravel 테스트에서 단순화 된 HTTP 응답 조롱 Laravel 테스트에서 단순화 된 HTTP 응답 조롱 Mar 12, 2025 pm 05:09 PM

Laravel은 간결한 HTTP 응답 시뮬레이션 구문을 제공하여 HTTP 상호 작용 테스트를 단순화합니다. 이 접근법은 테스트 시뮬레이션을보다 직관적으로 만들면서 코드 중복성을 크게 줄입니다. 기본 구현은 다양한 응답 유형 단축키를 제공합니다. Illuminate \ support \ Facades \ http를 사용하십시오. http :: 가짜 ([ 'google.com'=> ​​'Hello World', 'github.com'=> ​​[ 'foo'=> 'bar'], 'forge.laravel.com'=>

PHP의 컬 : REST API에서 PHP Curl Extension 사용 방법 PHP의 컬 : REST API에서 PHP Curl Extension 사용 방법 Mar 14, 2025 am 11:42 AM

PHP 클라이언트 URL (CURL) 확장자는 개발자를위한 강력한 도구이며 원격 서버 및 REST API와의 원활한 상호 작용을 가능하게합니다. PHP CURL은 존경받는 다중 프로모토콜 파일 전송 라이브러리 인 Libcurl을 활용하여 효율적인 execu를 용이하게합니다.

Codecanyon에서 12 개의 최고의 PHP 채팅 스크립트 Codecanyon에서 12 개의 최고의 PHP 채팅 스크립트 Mar 13, 2025 pm 12:08 PM

고객의 가장 긴급한 문제에 실시간 인스턴트 솔루션을 제공하고 싶습니까? 라이브 채팅을 통해 고객과 실시간 대화를 나누고 문제를 즉시 해결할 수 있습니다. 그것은 당신이 당신의 관습에 더 빠른 서비스를 제공 할 수 있도록합니다.

2025 PHP 상황 조사 발표 2025 PHP 상황 조사 발표 Mar 03, 2025 pm 04:20 PM

2025 PHP Landscape Survey는 현재 PHP 개발 동향을 조사합니다. 개발자와 비즈니스에 대한 통찰력을 제공하는 프레임 워크 사용, 배포 방법 및 과제를 탐색합니다. 이 조사는 현대 PHP Versio의 성장을 예상합니다

See all articles