# Introduction

This repository have merged <https://github.com/cable8mm/stack>. Please to visit new repository or <https://stack.palgle.com>

It have been archiving forever. Thank you for all.

이 레포지토리는 <https://github.com/cable8mm/stack> 와 머지되었습니다. 부디 새로운 레포지토리나 <https://stack.palgle.com> 으로 오셔서 새로운 콘텐츠를 즐기시기 바랍니다.

본 레포지토리는 아카이빙 됩니다. 갑사합니다.

## Introduction

For read in convenient : [Gitbook](https://stack.palgle.com)

```php
<?php

Route::redirect('/')->away('https://stack.palgle.com');
```

For edit or write articles : [Github](https://github.com/cable8mm/stack)

```php
<?php

Route::middleware('auth:love-laravel')->group(function () {
    Route::redirect('/question', '/cable8mm/stack/issues');
    Route::redirect('/edit-or-write', '/cable8mm/stack/pulls');
});
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://laravel.palgle.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
