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
- Host: GitHub
- URL: https://github.com/you-saku/phpconference2025_lt
- Owner: You-saku
- Created: 2025-06-21T06:50:37.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-26T14:06:55.000Z (12 months ago)
- Last Synced: 2025-08-03T21:47:42.755Z (11 months ago)
- Topics: conference-talk, frankenphp, laravel
- Language: Blade
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 # 認証
```