Skip to content

idani/symfony_mailer_tutorial2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

symfony_mailer_tutorial2

必要なもの

  • docker
  • docker-compose

私は、Windows10 proの環境で動作確認をしています。

Docker環境構築

docker-compose build

Docker環境起動

docker-compose up -d

終了

docker-compose down

開発時

PHPの実行環境にBashを入れていますので、以下のコマンドで入って操作ができます。

docker-compose exec php /bin/bash

アプリ

スケルトンのトップ画面

http://localhost:8000/

メール送信画面。表示するとすぐに送信しちゃいます。

http://localhost:8000/mailer

MailDev

http://localhost:8025/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published