<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>민호.닷컴</title>
    <link>https://iammh.tistory.com/</link>
    <description>기억보다 기록이 좋다.</description>
    <language>ko</language>
    <pubDate>Sat, 20 Jun 2026 02:26:17 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>IamMH</managingEditor>
    <image>
      <title>민호.닷컴</title>
      <url>https://t1.daumcdn.net/cfile/tistory/277A0A3457A329671F</url>
      <link>https://iammh.tistory.com</link>
    </image>
    <item>
      <title>vitepress에서 mermaid 사용하기</title>
      <link>https://iammh.tistory.com/131</link>
      <description>https://emersonbottero.github.io/vitepress-plugin-mermaid/https://vitepress.dev/ko/guide/what-is-vitepress
vitepress에서 mermaid를 사용할 떄는 별도의 plugin을 설치해야만 가능하다.    

설치하기
 pnpm add -D vitepress-plugin-mermaid mermaid
 //npm으로 설치하기
 //npm i -D vitepress-plug..</description>
      <category>공부합시다</category>
      <category>mermaid</category>
      <category>pnpm</category>
      <category>vitepress</category>
      <category>vitepress-plugin-mermaid</category>
      <author>IamMH</author>
      <guid isPermaLink="true">https://iammh.tistory.com/131</guid>
      <comments>https://iammh.tistory.com/131#entry131comment</comments>
      <pubDate>Tue, 19 Aug 2025 15:05:45 +0900</pubDate>
    </item>
    <item>
      <title>Docker 컨테이너 서버에서 sendmail 발송하기</title>
      <link>https://iammh.tistory.com/130</link>
      <description>우분투 서버에서 메일 발송하기 위해선 대부분 sendmail이나 postfix 중 하나를 선택해서 사용해야한다.
동시에 사용할 경우 충돌 이슈가 생길 수 있으며 대부분 postfix를 권장한다. postfix가 sendmail에 비해 설치가 간편하기 떄문이다.
다만, 현재 세팅하고 있는 서버의 기존 리소스가 sendmail을 사용하고 있어, sendmail로 설정하려고 한다.
&amp;nbsp;
1. 호스트 서버에 sendmail 설치하기
# sendmail ..</description>
      <category>공부합시다</category>
      <category>msmtp</category>
      <category>postfix</category>
      <category>sendmail</category>
      <category>컨테이너내에서 메일 발송하기</category>
      <author>IamMH</author>
      <guid isPermaLink="true">https://iammh.tistory.com/130</guid>
      <comments>https://iammh.tistory.com/130#entry130comment</comments>
      <pubDate>Wed, 28 May 2025 11:41:12 +0900</pubDate>
    </item>
    <item>
      <title>Laravel Event Observer 매개변수 전달하기</title>
      <link>https://iammh.tistory.com/128</link>
      <description>이슈
특정 모델의 CRUD 후 옵저버에서 모델 attributes 이외 매개변수 또는 서비스 전달하기.
&amp;nbsp;
해결방안
1. Observer bind
use Illuminate\Container\Container;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Events\Dispatcher;
use App\Models\UserModel;
use App\Observers\UserObserver;
..</description>
      <category>공부합시다/php</category>
      <category>eloquent-observer</category>
      <category>Laravel</category>
      <category>observer 매개변수 전달하기</category>
      <author>IamMH</author>
      <guid isPermaLink="true">https://iammh.tistory.com/128</guid>
      <comments>https://iammh.tistory.com/128#entry128comment</comments>
      <pubDate>Mon, 30 Sep 2024 16:38:15 +0900</pubDate>
    </item>
    <item>
      <title>Laravel에서 kafka 사용하기 laravel-kafka</title>
      <link>https://iammh.tistory.com/127</link>
      <description>라라벨에서 카프카 사용하기
laravel 에서 php8.1 이상일 경우 kafka 를 이용할 수 있다. 최근에 업데이트 된 2.x 버전부턴 8.2이상 지원된다.
https://junges.dev/documentation/laravel-kafka/v2.0/1-introduction

&amp;nbsp;

Mateus Junges's blog on PHP and Laravel
Mateus JUnges is a Laravel developer at Interacti..</description>
      <category>공부합시다/php</category>
      <category>Kafka</category>
      <category>Laravel</category>
      <category>laravel-kafka</category>
      <author>IamMH</author>
      <guid isPermaLink="true">https://iammh.tistory.com/127</guid>
      <comments>https://iammh.tistory.com/127#entry127comment</comments>
      <pubDate>Tue, 24 Sep 2024 08:18:03 +0900</pubDate>
    </item>
    <item>
      <title>l5-swagger Response에 Schema + Property 추가하기</title>
      <link>https://iammh.tistory.com/126</link>
      <description>이슈
`l5-swagger` 사용시 모델에 정의된 Schema에 Resource에 맞는 Property를 추가하는데 이슈가 있었다.https://github.com/DarkaOnLine/L5-Swagger?tab=readme-ov-file

&amp;nbsp;

GitHub - DarkaOnLine/L5-Swagger: OpenApi or Swagger integration to Laravel
OpenApi or Swagger integration to Lar..</description>
      <category>공부합시다/php</category>
      <category>l5-swagger</category>
      <category>l5-swagger-response</category>
      <category>Laravel</category>
      <category>php</category>
      <author>IamMH</author>
      <guid isPermaLink="true">https://iammh.tistory.com/126</guid>
      <comments>https://iammh.tistory.com/126#entry126comment</comments>
      <pubDate>Thu, 29 Aug 2024 17:05:57 +0900</pubDate>
    </item>
  </channel>
</rss>