# README

스타트업과 라라벨을 주로 이야기하는 공간입니다. 주로 실무에서 일어날 수 있는 이야기를 주로 합니다. 이 곳은 코멘트가 없습니다. 대신 개발과 마찬가지로 깃헙에서 소통을 하길 기대합니다.

* [소통하는 곳은 깃헙 이슈](https://github.com/cable8mm/stack/issues)
* [기여하는 곳은 깃헙 PR](https://github.com/cable8mm/stack/pulls)

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

글도 코드와 마찬가지로 즐겁게 소통하고 기여합니다.

Share your stacks and stories!


---

# 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://stack.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.
