Upgrade to Pro — share decks privately, control downloads, hide ads and more …

20分1発勝負! 社内Webツールをライブコーディングするぞ! / Live Coding P...

20分1発勝負! 社内Webツールをライブコーディングするぞ! / Live Coding PHPerKaigi 2025

Avatar for Jun Watanabe

Jun Watanabe

March 22, 2025
Tweet

More Decks by Jun Watanabe

Other Decks in Programming

Transcript

  1. ©2024 Kyash Inc. ©2024 Kyash Inc. Jun Watanabe @ rela1470

    20分1発勝負! 社内Webツールをライ ブコーディングするぞ! 2025-03-22 PHPerKaigi 2025
  2. ©2024 Kyash Inc. ©2024 Kyash Inc. git clone https://github.com/Installomator/Installomator.git zsh

    Installomator.sh homebrew zsh Installomator.sh jetbrainsphpstorm brew install php brew install composer brew install node brew install awscli npm install --global serverless@3 18 18
  3. ©2024 Kyash Inc. ©2024 Kyash Inc. git clone https://github.com/Installomator/Installomator.git zsh

    Installomator.sh homebrew zsh Installomator.sh jetbrainsphpstorm brew install php brew install composer brew install node brew install awscli npm install --global serverless@3 19 19
  4. ©2024 Kyash Inc. ©2024 Kyash Inc. git clone https://github.com/Installomator/Installomator.git zsh

    Installomator.sh homebrew zsh Installomator.sh jetbrainsphpstorm brew install php brew install composer brew install node brew install awscli npm install --global serverless@3 20 20
  5. ©2024 Kyash Inc. ©2024 Kyash Inc. git clone https://github.com/Installomator/Installomator.git zsh

    Installomator.sh homebrew zsh Installomator.sh jetbrainsphpstorm brew install php brew install composer brew install node brew install awscli npm install --global serverless@3 21 21
  6. ©2024 Kyash Inc. ©2024 Kyash Inc. $openid = new \Jumbojett\OpenIDConnectClient($url,

    $id, $secret); $openid->setRedirectURL("https://{$host}/sign_in"); $openid->authenticate(); 45 45