Laravel Docs

Laravel Docs

A short note to learn Laravel

About the Book

This book is dedicated to the framework larave lenthusiasts who want to learnin a structured and applicable.

  • Share this book

  • Categories

    • Computers and Programming
    • Databases
    • Vagrant
    • PHP
    • Laravel
  • Feedback

    Email the Author(s)

About the Author

Table of Contents

  • Upgrade Guide
    • Upgrading To 5.1.11
    • Upgrading To 5.1.0
    • Upgrading To 5.0.16
    • Upgrading To 5.0 From 4.2
    • Upgrading To 4.2 From 4.1 {#upgrade-4.2}
    • Upgrading To 4.1.29 From <= 4.1.x {#upgrade-4.1.29}
    • Upgrading To 4.1.26 From <= 4.1.25 {#upgrade-4.1.26}
    • Upgrading To 4.1 From 4.0 {#upgrade-4.1}
  • Contribution Guide
    • Bug Reports
    • Core Development Discussion
    • Which Branch?
    • Security Vulnerabilities
    • Coding Style
  • Setup
  • Installation
    • Installation
    • Configuration
    • Maintenance Mode
  • Laravel Homestead
    • Introduction
    • Installation & Setup
    • Daily Usage
    • Blackfire Profiler
  • Tutorials
  • Basic Task List
    • Introduction
    • Installation
    • Prepping The Database
    • Routing
    • Building Layouts & Views
    • Adding Tasks
    • Deleting Tasks
  • Intermediate Task List
    • Introduction
    • Installation
    • Prepping The Database
    • Routing
    • Building Layouts & Views
    • Adding Tasks
    • Displaying Existing Tasks
    • Deleting Tasks
  • The Basics
  • HTTP Routing
    • Basic Routing
    • Route Parameters
    • Named Routes
    • Route Groups
    • CSRF Protection
    • Route Model Binding
    • Form Method Spoofing
    • Throwing 404 Errors
  • HTTP Controllers
    • Introduction
    • Basic Controllers
    • Controller Middleware
    • RESTful Resource Controllers
    • Implicit Controllers
    • Dependency Injection & Controllers
    • Route Caching
  • HTTP Requests
    • Accessing The Request
    • Retrieving Input {}
  • HTTP Responses
    • Basic Responses
    • Other Response Types {#}
    • Redirects
    • Response Macros
  • Views
    • Basic Usage
    • View Composers
  • Blade Templates
    • Introduction
    • Template Inheritance
    • Displaying Data
    • Control Structures
    • Service Injection
    • Extending Blade
  • Application Structure
    • Introduction
    • The Root Directory
    • The App Directory
    • Namespacing Your Application
  • Service Providers
    • Introduction
    • Writing Service Providers
    • Registering Providers
    • Deferred Providers
  • Service Container
    • Introduction
    • Binding
    • Resolving
    • Container Events
  • Contracts
    • Introduction
    • Why Contracts?
    • Contract Reference
    • How To Use Contracts
  • Facades
    • Introduction
    • Using Facades
    • Facade Class Reference
  • Services
  • Authentication
    • Introduction
    • Authentication Quickstart
    • Manually Authenticating Users
    • Remembering Users
    • HTTP Basic Authentication
    • Resetting Passwords
    • Social Authentication
    • Adding Custom Authentication Drivers
  • Authorization
    • Introduction
    • Defining Abilities
    • Checking Abilities
    • Policies
    • Controller Authorization
  • Artisan Console
    • Introduction
    • Writing Commands
    • Command I/O
    • Registering Commands
    • Calling Commands Via Code
  • Laravel Cashier
    • Introduction
    • Subscriptions
    • Handling Stripe Webhooks
    • Single Charges
    • Invoices
  • Cache
    • Configuration
    • Cache Usage
    • Adding Custom Cache Drivers
    • Cache Tags
    • Cache Events
  • Collections
    • Introduction
    • Creating Collections
    • Available Methods
    • Method Listing
  • Laravel Elixir
    • Introduction
    • Installation & Setup
    • Running Elixir
    • Working With Stylesheets
    • Working With Scripts
    • Copying Files & Directories
    • Versioning / Cache Busting
    • BrowserSync
    • Calling Existing Gulp Tasks
    • Writing Elixir Extensions
  • Encryption
    • Configuration
    • Basic Usage
  • Errors & Logging
    • Introduction
    • Configuration
    • The Exception Handler
    • HTTP Exceptions
    • Logging
  • Events
    • Introduction
    • Registering Events / Listeners
    • Defining Events
    • Defining Listeners
    • Firing Events
    • Broadcasting Events
    • Event Subscribers
  • Filesystem / Cloud Storage
    • Introduction
    • Configuration
    • Basic Usage
    • Custom Filesystems
  • Hashing
    • Introduction
    • Basic Usage
  • Helper Functions
    • Introduction
    • Available Methods
    • Method Listing
    • Arrays
    • Paths
    • Strings
    • URLs
    • Miscellaneous
  • Localization
    • Introduction
    • Basic Usage
    • Overriding Vendor Language Files
  • Mail
    • Introduction
    • Sending Mail
    • Mail & Local Development
  • Package Development
    • Introduction
    • Service Providers
    • Routing
    • Resources
    • Public Assets
    • Publishing File Groups
  • Pagination
    • Introduction
    • Basic Usage
    • Displaying Results In A View
    • Converting Results To JSON
  • Queues
    • Introduction
    • Writing Job Classes
    • Pushing Jobs Onto The Queue
    • Running The Queue Listener
    • Dealing With Failed Jobs
  • Redis
    • Introduction
    • Basic Usage
    • Pub / Sub
  • Session
    • Introduction
    • Basic Usage
    • Adding Custom Session Drivers
  • Envoy Task Runner
    • Introduction
    • Writing Tasks
    • Running Tasks
    • Notifications
  • Task Scheduling
    • Introduction
    • Defining Schedules
    • Task Output
    • Task Hooks
  • Testing
    • Introduction
    • Application Testing
    • Working With Databases
    • Mocking
    • Introduction
    • Validation Quickstart
    • Other Validation Approaches
    • Working With Error Messages
    • Available Validation Rules
    • Conditionally Adding Rules
    • Custom Validation Rules
  • Database
  • Database: Getting Started
    • Introduction
    • Running Raw SQL Queries
    • Database Transactions
    • Using Multiple Database Connections
  • Database: Query Builder
    • Introduction
    • Retrieving Results
    • Selects
    • Joins
    • Unions
    • Where Clauses
    • Advanced Where Clauses
    • Ordering, Grouping, Limit, & Offset
    • Inserts
    • Updates
    • Deletes
    • Pessimistic Locking
  • Database: Migrations
    • Introduction
    • Generating Migrations
    • Migration Structure
    • Running Migrations
    • Writing Migrations
  • Database: Seeding
    • Introduction
    • Writing Seeders
    • Running Seeders
  • Eloquent ORM
  • Eloquent: Getting Started
    • Introduction
    • Defining Models
    • Retrieving Multiple Models
    • Retrieving Single Models / Aggregates
    • Inserting & Updating Models
    • Deleting Models
    • Query Scopes
    • Events
  • Eloquent: Relationships
    • Introduction
    • Defining Relationships
    • Querying Relations
    • Inserting Related Models
  • Eloquent: Collections
    • Introduction
    • Available Methods
    • Custom Collections
  • Eloquent: Collections
    • Introduction
    • Available Methods
    • Custom Collections
  • Eloquent: Serialization
    • Introduction
    • Basic Usage
    • Hiding Attributes From JSON
    • Appending Values To JSON

The Leanpub 60 Day 100% Happiness Guarantee

Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

So, there's no reason not to click the Add to Cart button, is there?

See full terms...

80% Royalties. Earn $16 on a $20 book.

We pay 80% royalties. That's not a typo: you earn $16 on a $20 sale. If we sell 5000 non-refunded copies of your book or course for $20, you'll earn $80,000.

(Yes, some authors have already earned much more than that on Leanpub.)

In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.

Learn more about writing on Leanpub

Free Updates. DRM Free.

If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

Learn more about Leanpub's ebook formats and where to read them

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub