An open API service indexing awesome lists of open source software.

https://github.com/you-saku/phpconference2025_lt


https://github.com/you-saku/phpconference2025_lt

conference-talk frankenphp laravel

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# phpconference2025_lt
phpカンファレンス2025の登壇資料を作るために色々準備したリポジトリです。[FrankenPHPでLaravelを動かしてみよう](https://fortee.jp/phpcon-2025/proposal/f5a7d8bb-4402-4a16-bff4-7c1713fdf6d2)

2025年06月現在の情報です。

## requirements
PHP, Composer
```
PHP 8.4.8
Composer 2.8.9
```

Docker
```
Docker version 28.1.1
Docker Compose version v2.35.1-desktop.1
```

FrankenPHP(binary)
```
下記を参考にインストールしてpathを通す
https://frankenphp.dev/docs/#getting-started
https://github.com/dunglas/homebrew-frankenphp
```

Fly.io
```
# 事前にアカウントを準備
brew install flyctl # cliインストール
fly auth login # 認証
```