Skip to content

Instantly share code, notes, and snippets.

@masakielastic
Created December 27, 2025 03:18
Show Gist options
  • Select an option

  • Save masakielastic/34398c63a30c1d581e983b5e2728ceb5 to your computer and use it in GitHub Desktop.

Select an option

Save masakielastic/34398c63a30c1d581e983b5e2728ceb5 to your computer and use it in GitHub Desktop.
Symfony 8 系で Hello World

Symfony 8 系で Hello World

Chromebook の Linux 環境。

最初に PHP 拡張をチェックします。

PHP 拡張のチェック

composer check-platform-reqs
sudo apt update
sudo apt install -y php8.5-cli php8.5-common
sudo apt install -y \
  php8.5-xml php8.5-mbstring php8.5-intl php8.5-curl php8.5-zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment