Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Laravel4に触れた感想
Search
daiya
January 22, 2020
Programming
0
190
Laravel4に触れた感想
daiya
January 22, 2020
Tweet
Share
Other Decks in Programming
See All in Programming
バイブコーディングの正体——AIエージェントはソフトウェア開発を変えるか?
stakaya
5
950
サイトを作ったらNFCタグキーホルダーを爆速で作れ!
yuukis
0
370
Comparing decimals in Swift Testing
417_72ki
0
170
#QiitaBash TDDで(自分の)開発がどう変わったか
ryosukedtomita
1
370
Flutter로 Gemini와 MCP를 활용한 Agentic App 만들기 - 박제창 2025 I/O Extended Seoul
itsmedreamwalker
0
140
【第4回】関東Kaggler会「Kaggleは執筆に役立つ」
mipypf
0
350
Langfuseと歩む生成AI活用推進
licux
3
250
新しいモバイルアプリ勉強会(仮)について
uetyo
1
260
Understanding Kotlin Multiplatform
l2hyunwoo
0
260
Infer入門
riru
4
1.5k
The State of Fluid (2025)
s2b
0
170
なぜ今、Terraformの本を書いたのか? - 著者陣に聞く!『Terraformではじめる実践IaC』登壇資料
fufuhu
4
620
Featured
See All Featured
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Testing 201, or: Great Expectations
jmmastey
45
7.6k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Scaling GitHub
holman
462
140k
Building an army of robots
kneath
306
45k
Bash Introduction
62gerente
614
210k
Making the Leap to Tech Lead
cromwellryan
134
9.5k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Code Reviewing Like a Champion
maltzj
525
40k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Transcript
Laravel4に触れた感想 だいや
ホントはGraphQLやりたかった
だれ? • だいや • 鳩間 大也 (23歳) • @flowphantom •
フリーランス(Nuxt, Laravel) • 沖縄出身 滋賀在住(リモート)
Laravelを最後に触ったのは • 2019年10月頃 • 世間ではLaravel6がリリースされて盛り上がっていた • その頃僕は Laravel4で開発していた • 大規模システムの改修案件にジョイン
案件にジョインする時の面談 僕 「テンプレート側ってビュー(Vue)使ってますか?」 社長「使ってるよ!」 僕 「ジョインします!」 ~ジョイン後~ 僕「もしかしてViewのことビューって思われた!?!?」
Laravel4 所感 • LTS4.2(2014年~ • 意外と 闘える • Composerでインストールできる •
Homestead用意されてる • php artisan tinkerも使える(中身が違うらしい) • 非同期キューは書き方違うけど使える • Eloquentにないメソッドがある(Laravel5のソース見ながら自前実装してた) • Collectionにないメソッドがある(Laravel5のソース見ながら自前実装してた) • ディレクトリ構成も違うけど大体一緒 • debugbarがインストールできなかった ◦ (できるらしいが、今より難しい )
検索Tips • Laravel4が現役の当時は「Laravel4」と書かずに単に「Laravel」と呼ばれがち • 検索期間を2015年より前にするとLaravel4の情報が引っかかりやすい
まとめ • 6年前でもそんなに変わらず使える洗練されたフレームワーク • ググりづらいってのはある • 今ほどスタンダードじゃない時にLaravel採用した某社の先見の明 ◦ でもアップデートしてよ
多言語のフレームワークにも影響を与えるLaravel • Python版Laravel • Masonite(メゾナイト) ◦ ディレクトリ構成 ほぼ同じ ◦ コマンドからコントローラー、モデルファイル作れる
(Djangoにはなかった) ◦ Laravel経験者がPythonやってみたかったらオススメ
Welcome ページ Laravel Masonite