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
150
Transforming Magento (NomadMage 2017)
chrispitt
2
83
Forget What You Know
chrispitt
1
120
Monads In PHP → php[tek]
chrispitt
3
460
Breaking The Enigma → php[tek]
chrispitt
0
150
Turn on the Generator!
chrispitt
0
150
Implementing Languages (FluentConf)
chrispitt
1
310
Async PHP (Sunshine)
chrispitt
0
410
Helpful Robot
chrispitt
0
95
Other Decks in Programming
See All in Programming
Webエンジニア主体のモバイルチームの 生産性を高く保つためにやったこと
igreenwood
0
310
The rollercoaster of releasing an Android, iOS, and macOS app with Kotlin Multiplatform | droidcon Italy
prof18
0
150
たのしいparse.y
ydah
3
120
Amazon Aurora Serverless v2のアプデと、Amazon Aurora PostgreSQL Limitless DatabaseのGAについて
satoshi256kbyte
0
110
Jakarta EE meets AI
ivargrimstad
0
180
Keeping it Ruby: Why Your Product Needs a Ruby SDK - RubyWorld 2024
envek
0
160
短期間での新規プロダクト開発における「コスパの良い」Goのテスト戦略」 / kamakura.go
n3xem
2
150
AWS認定資格を勉強した先に何があったか
satoshi256kbyte
2
210
事業成長を爆速で進めてきたプロダクトエンジニアたちの成功談・失敗談
nealle
3
1.4k
Recoilを剥がしている話
kirik
4
6.3k
MCP with Cloudflare Workers
yusukebe
2
190
Thoughts and experiences on Rust and TypeScript
unvalley
2
220
Featured
See All Featured
Raft: Consensus for Rubyists
vanstee
136
6.7k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Designing Experiences People Love
moore
138
23k
Six Lessons from altMBA
skipperchong
27
3.5k
VelocityConf: Rendering Performance Case Studies
addyosmani
326
24k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
365
25k
Visualization
eitanlees
145
15k
Faster Mobile Websites
deanohume
305
30k
A Philosophy of Restraint
colly
203
16k
How to Ace a Technical Interview
jacobian
276
23k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
32
2.7k
Producing Creativity
orderedlist
PRO
341
39k
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]