Laravel - Documentation - 目錄 (官方文件原子化翻譯)

# 前言

我喜歡使用 Laravel 開發的感覺, 除了開發快速, 程式碼簡潔且優雅之外, Laravel 框架本身也是一個很好的學習參照物

Laravel 的功能很多, 在進入 Laravel 底層的世界之前, 我希望可以初步的了解全部的功能, 我相信這會讓我在遇到問題時, 可以不必重新造輪子, 選擇 Laravel 已提供的最佳解法。

所以我詳讀 Laravel Documentation 的每一頁文件, 並以適合自己理解的方式製作成筆記。
而我希望這份筆記也可以幫助到其他人。



# The Basics

Routing

Middleware

CSRF Protection

Controllers

Requests

Responses

Views

URL Generation

Session

Validation

Error Handling

Logging

Blade Templates


# Security

Authentication

Authorization

Email Verification

Encryption

Hashing

Password Reset


# Digging Deeper

Artisan Console

Broadcasting

Cache

Collections

Events

File Storage

Helpers

HTTP Client

Mail

Notifications

Package Development

Queues

Task Scheduling

Localization

Compiling Assets


# Database

Getting Started

Query Builder

Pagination

Migrations

Seeding

Redis


# Eloquent ORM

Getting Started

Relationships

Collections

Mutators

API Resources

Serialization


# Testing

Getting Started

HTTP Tests

Console Tests

Browser Tests

Database

Mocking


# Packages

Cashier (Stripe)

Cashier (Paddle)

Cashier (Mollie)

Dusk

Envoy

Horizon

Jetstream

Passport

Sanctum

Scout

Socialite

Telescope


# Additional

Carbon

PHP-FPM reload 真的有優雅嗎? Self, this, static 在 PHP 中的差異

留言

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×