Skip to content

columns for list of methods #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 0 additions & 60 deletions cashier-paddle.md
Original file line number Diff line number Diff line change
@@ -1,65 +1,5 @@
# Laravel Cashier (Paddle)

- [Laravel Cashier (Paddle)](#laravel-cashier-paddle)
- [Introduction](#introduction)
- [Upgrading Cashier](#upgrading-cashier)
- [Installation](#installation)
- [Paddle Sandbox](#paddle-sandbox)
- [Database Migrations](#database-migrations)
- [Configuration](#configuration)
- [Billable Model](#billable-model)
- [API Keys](#api-keys)
- [Paddle JS](#paddle-js)
- [Currency Configuration](#currency-configuration)
- [Overriding Default Models](#overriding-default-models)
- [Core Concepts](#core-concepts)
- [Pay Links](#pay-links)
- [Manually Rendering Pay Links](#manually-rendering-pay-links)
- [Inline Checkout](#inline-checkout)
- [Inline Checkout Without Pay Links](#inline-checkout-without-pay-links)
- [Manually Rendering An Inline Checkout](#manually-rendering-an-inline-checkout)
- [User Identification](#user-identification)
- [Prices](#prices)
- [Customers](#customers)
- [Coupons](#coupons)
- [Customers](#customers-1)
- [Customer Defaults](#customer-defaults)
- [Subscriptions](#subscriptions)
- [Creating Subscriptions](#creating-subscriptions)
- [Additional Details](#additional-details)
- [Coupons](#coupons-1)
- [Metadata](#metadata)
- [Checking Subscription Status](#checking-subscription-status)
- [Cancelled Subscription Status](#cancelled-subscription-status)
- [Past Due Status](#past-due-status)
- [Subscription Scopes](#subscription-scopes)
- [Subscription Single Charges](#subscription-single-charges)
- [Updating Payment Information](#updating-payment-information)
- [Changing Plans](#changing-plans)
- [Prorations](#prorations)
- [Subscription Quantity](#subscription-quantity)
- [Subscription Modifiers](#subscription-modifiers)
- [Retrieving Modifiers](#retrieving-modifiers)
- [Deleting Modifiers](#deleting-modifiers)
- [Pausing Subscriptions](#pausing-subscriptions)
- [Cancelling Subscriptions](#cancelling-subscriptions)
- [Subscription Trials](#subscription-trials)
- [With Payment Method Up Front](#with-payment-method-up-front)
- [Defining Trial Days In Paddle / Cashier](#defining-trial-days-in-paddle--cashier)
- [Without Payment Method Up Front](#without-payment-method-up-front)
- [Handling Paddle Webhooks](#handling-paddle-webhooks)
- [Webhooks & CSRF Protection](#webhooks--csrf-protection)
- [Defining Webhook Event Handlers](#defining-webhook-event-handlers)
- [Verifying Webhook Signatures](#verifying-webhook-signatures)
- [Single Charges](#single-charges)
- [Simple Charge](#simple-charge)
- [Charging Products](#charging-products)
- [Refunding Orders](#refunding-orders)
- [Receipts](#receipts)
- [Past & Upcoming Payments](#past--upcoming-payments)
- [Handling Failed Payments](#handling-failed-payments)
- [Testing](#testing)

<a name="introduction"></a>
## Introduction

Expand Down
4 changes: 2 additions & 2 deletions collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ git 470922e766798ba65da7dd5d2181351524cbcd69
В большей части оставшейся документации по коллекциям мы обсудим каждый метод, доступный в классе `Collection`. Помните, что все эти методы можно объединить в цепочку для последовательного управления базовым массивом. Более того, почти каждый метод возвращает новый экземпляр `Collection`, позволяя вам при необходимости сохранить исходную копию коллекции:


<div id="collection-method-list" markdown="1">
<div class="docs-column-list" markdown="1">

- [`all()`](#method-all)
- [`average()`](#method-average)
Expand Down Expand Up @@ -3202,7 +3202,7 @@ git 470922e766798ba65da7dd5d2181351524cbcd69

Почти все методы, доступные в классе `Collection`, также доступны в классе `LazyCollection`. Оба класса реализуют контракт `Illuminate\Support\Enumerable`, который определяет следующие методы:

<div id="collection-method-list" markdown="1">
<div class="docs-column-list" markdown="1">

- [`all()`](#method-all)
- [`average()`](#method-average)
Expand Down
15 changes: 2 additions & 13 deletions dusk.md
Original file line number Diff line number Diff line change
Expand Up @@ -827,18 +827,7 @@ Dusk содержит различные методы для взаимодей

Dusk содержит множество утверждений, которые вы можете использовать при тестировании вашего приложения. Все доступные утверждения представлены в списке ниже:

<!-- <style>
.collection-method-list > p {
column-count: 3; -moz-column-count: 3; -webkit-column-count: 3;
column-gap: 2em; -moz-column-gap: 2em; -webkit-column-gap: 2em;
}

.collection-method-list a {
display: block;
}
</style> -->

<!-- <div class="collection-method-list" markdown="1"> -->
<div class="docs-column-list" markdown="1">

- [assertTitle](#assert-title)
- [assertTitleContains](#assert-title-contains)
Expand Down Expand Up @@ -914,7 +903,7 @@ Dusk содержит множество утверждений, которые
- [assertVueContains](#assert-vue-contains)
- [assertVueDoesNotContain](#assert-vue-does-not-contain)

<!-- </div> -->
</div>

<a name="assert-title"></a>
#### assertTitle
Expand Down
13 changes: 1 addition & 12 deletions eloquent-collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,7 @@ git: 0114efaa616fc2853168f9fccfc072f9d11f7f43

Кроме того, класс `Illuminate\Database\Eloquent\Collection` содержит расширенный набор методов, помогающих управлять коллекциями моделей. Большинство методов возвращают экземпляры `Illuminate\Database\Eloquent\Collection`; однако некоторые методы, такие как `modelKeys`, возвращают экземпляр `Illuminate\Support\Collection`.

<!-- <style>
#collection-method-list > p {
column-count: 1; -moz-column-count: 1; -webkit-column-count: 1;
column-gap: 2em; -moz-column-gap: 2em; -webkit-column-gap: 2em;
}

#collection-method-list a {
display: block;
}
</style> -->

<!-- <div id="collection-method-list" markdown="1"> -->
<div class="docs-column-list-1" markdown="1">

- [contains](#method-contains)
- [diff](#method-diff)
Expand Down
35 changes: 12 additions & 23 deletions helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,10 @@ Laravel содержит множество глобальных «вспомо
<a name="available-methods"></a>
## Доступные методы

<!-- <style>
.collection-method-list > p {
column-count: 3; -moz-column-count: 3; -webkit-column-count: 3;
column-gap: 2em; -moz-column-gap: 2em; -webkit-column-gap: 2em;
}

.collection-method-list a {
display: block;
}
</style> -->

<a name="arrays-and-objects-method-list"></a>
### Массивы и объекты

<!-- <div class="collection-method-list" markdown="1"> -->
<div class="docs-column-list" markdown="1">

- [Arr::accessible](#method-array-accessible)
- [Arr::add](#method-array-add)
Expand Down Expand Up @@ -64,12 +53,12 @@ Laravel содержит множество глобальных «вспомо
- [data_set](#method-data-set)
- [head](#method-head)
- [last](#method-last)
<!-- </div> -->
</div>

<a name="paths-method-list"></a>
### Пути

<!-- <div class="collection-method-list" markdown="1"> -->
<div class="docs-column-list" markdown="1">

- [app_path](#method-app-path)
- [base_path](#method-base-path)
Expand All @@ -80,12 +69,12 @@ Laravel содержит множество глобальных «вспомо
- [resource_path](#method-resource-path)
- [storage_path](#method-storage-path)

<!-- </div> -->
</div>

<a name="strings-method-list"></a>
### Строки

<!-- <div class="collection-method-list" markdown="1"> -->
<div class="docs-column-list" markdown="1">

- [\__](#method-__)
- [class_basename](#method-class-basename)
Expand Down Expand Up @@ -144,14 +133,14 @@ Laravel содержит множество глобальных «вспомо
- [trans](#method-trans)
- [trans_choice](#method-trans-choice)

<!-- </div> -->
</div>

<a name="fluent-strings-method-list"></a>
### Строки Fluent

Строки Fluent обеспечивают более гибкий объектно-ориентированный интерфейс для работы со строковыми значениями, позволяя объединять несколько строковых операций вместе с использованием более удобочитаемого синтаксиса по сравнению с традиционными строковыми операциями.

<!-- <div class="collection-method-list" markdown="1"> -->
<div class="docs-column-list" markdown="1">

- [after](#method-fluent-str-after)
- [afterLast](#method-fluent-str-after-last)
Expand Down Expand Up @@ -227,12 +216,12 @@ Laravel содержит множество глобальных «вспомо
- [wordCount](#method-fluent-str-word-count)
- [words](#method-fluent-str-words)

<!-- </div> -->
</div>

<a name="urls-method-list"></a>
### URL-адреса

<!-- <div class="collection-method-list" markdown="1"> -->
<div class="docs-column-list" markdown="1">

- [action](#method-action)
- [asset](#method-asset)
Expand All @@ -241,12 +230,12 @@ Laravel содержит множество глобальных «вспомо
- [secure_url](#method-secure-url)
- [url](#method-url)

<!-- </div> -->
</div>

<a name="miscellaneous-method-list"></a>
### Разное

<!-- <div class="collection-method-list" markdown="1"> -->
<div class="docs-column-list" markdown="1">

- [abort](#method-abort)
- [abort_if](#method-abort-if)
Expand Down Expand Up @@ -296,7 +285,7 @@ Laravel содержит множество глобальных «вспомо
- [view](#method-view)
- [with](#method-with)

<!-- </div> -->
</div>

<a name="method-listing"></a>
## Список методов
Expand Down
15 changes: 2 additions & 13 deletions http-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -585,18 +585,7 @@ Laravel также позволяет отображать шаблоны без

Класс `Illuminate\Testing\TestResponse` содержит множество своих методов утверждения, которые вы можете использовать при тестировании вашего приложения. К этим утверждениям можно получить доступ в ответе, возвращаемом тестовыми методами `json`, `get`, `post`, `put`, и `delete`:

<!-- <style>
.collection-method-list > p {
column-count: 2; -moz-column-count: 2; -webkit-column-count: 2;
column-gap: 2em; -moz-column-gap: 2em; -webkit-column-gap: 2em;
}

.collection-method-list a {
display: block;
}
</style> -->

<!-- <div class="collection-method-list" markdown="1"> -->
<div class="docs-column-list-2" markdown="1">

- [assertCookie](#assert-cookie)
- [assertCookieExpired](#assert-cookie-expired)
Expand Down Expand Up @@ -652,7 +641,7 @@ Laravel также позволяет отображать шаблоны без
- [assertViewIs](#assert-view-is)
- [assertViewMissing](#assert-view-missing)

<!-- </div> -->
</div>

<a name="assert-cookie"></a>
#### assertCookie
Expand Down
4 changes: 2 additions & 2 deletions migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ Laravel будет использовать имя миграции, чтобы
}
</style> -->

<!-- <div id="collection-method-list" markdown="1"> -->
<div class="docs-column-list" markdown="1">

- [bigIncrements](#column-method-bigIncrements)
- [bigInteger](#column-method-bigInteger)
Expand Down Expand Up @@ -380,7 +380,7 @@ Laravel будет использовать имя миграции, чтобы
- [uuid](#column-method-uuid)
- [year](#column-method-year)

<!-- </div> -->
</div>

<a name="column-method-bigIncrements"></a>
#### `bigIncrements()`
Expand Down
Loading