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
Laravel 4 Workshop
Search
Christopher Pitt
June 26, 2014
Programming
0
330
Laravel 4 Workshop
You needed to be there... :)
Christopher Pitt
June 26, 2014
Tweet
Share
More Decks by Christopher Pitt
See All by Christopher Pitt
Making Robots (PHP Unicorn Conf)
chrispitt
1
160
Transforming Magento (NomadMage 2017)
chrispitt
2
88
Forget What You Know
chrispitt
1
130
Monads In PHP → php[tek]
chrispitt
3
480
Breaking The Enigma → php[tek]
chrispitt
0
170
Turn on the Generator!
chrispitt
0
150
Implementing Languages (FluentConf)
chrispitt
1
320
Async PHP (Sunshine)
chrispitt
0
430
Helpful Robot
chrispitt
0
100
Other Decks in Programming
See All in Programming
読まないコードリーディング術
hisaju
0
110
コードを読んで理解するko build
bells17
1
110
color-scheme: light dark; を完全に理解する
uhyo
7
500
Ça bouge du côté des animations CSS !
goetter
2
150
TCAを用いたAmebaのリアーキテクチャ
dazy
0
210
ナレッジイネイブリングにAIを活用してみる ゆるSRE勉強会 #9
nealle
0
160
AWS Step Functions は CDK で書こう!
konokenj
4
600
XStateを用いた堅牢なReact Components設計~複雑なClient Stateをシンプルに~ @React Tokyo ミートアップ #2
kfurusho
1
990
ファインディLT_ポケモン対戦の定量的分析
fufufukakaka
0
940
AIプログラミング雑キャッチアップ
yuheinakasaka
19
4.8k
Learning Kotlin with detekt
inouehi
1
150
「個人開発マネタイズ大全」が教えてくれたこと
bani24884
1
270
Featured
See All Featured
Build The Right Thing And Hit Your Dates
maggiecrowley
34
2.5k
How to Think Like a Performance Engineer
csswizardry
22
1.4k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
46
2.3k
A Philosophy of Restraint
colly
203
16k
The Cost Of JavaScript in 2023
addyosmani
47
7.4k
Why Our Code Smells
bkeepers
PRO
336
57k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Code Reviewing Like a Champion
maltzj
521
39k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Fontdeck: Realign not Redesign
paulrobertlloyd
83
5.4k
Transcript
Getting started with Laravel 4
About me ›❯ Developer for connectjoepublic.com, in South Africa ›❯
I write PHP + Laravel books ›❯ I run rebuildinglaravel.com
Before we begin... ›❯ This is open-ended ›❯ Tools and
resources are more important than basics ›❯ Ask questions, here and on Twitter
Laravel ›❯ Model View Controller ›❯ Folder structure is just
a guideline (and is changing soon!) ›❯ Learning the basics is ok!
A typical request... Request → Router → Controller → Model
→ View http://acme.com/blog /blog BlogController@index PostModel::all() {{ $post->title }}
Installing ›❯ Install PHP (with Mcrypt) ›❯ Install Composer ›❯
composer create-project "laravel/laravel:4.*"
Some websites that will help...
Learning more about Laravel ›❯ laracasts.com screencasts ›❯ leanpub.com books
›❯ developers on twitter.com
Learning more about PHP ›❯ Clean Code - Robert C.
Martin ›❯ Grumpy testing books - Chris Hartjes ›❯ phptherightway.com
And then code...
Thanks ›❯ twitter.com/assertchris ›❯ tutorials.io ›❯
[email protected]