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
340
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
200
Transforming Magento (NomadMage 2017)
chrispitt
2
110
Forget What You Know
chrispitt
1
150
Monads In PHP → php[tek]
chrispitt
3
510
Breaking The Enigma → php[tek]
chrispitt
0
200
Turn on the Generator!
chrispitt
0
170
Implementing Languages (FluentConf)
chrispitt
1
350
Async PHP (Sunshine)
chrispitt
0
460
Helpful Robot
chrispitt
0
120
Other Decks in Programming
See All in Programming
AI OCR API on Lambdaを Datadogで可視化してみた
nealle
0
210
ライブ配信サービスの インフラのジレンマ -マルチクラウドに至ったワケ-
mirrativ
2
270
サイトを作ったらNFCタグキーホルダーを爆速で作れ!
yuukis
0
700
STUNMESH-go: Wireguard NAT穿隧工具的源起與介紹
tjjh89017
0
390
サーバーサイドのビルド時間87倍高速化
plaidtech
PRO
0
670
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
0
180
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
310
Nuances on Kubernetes - RubyConf Taiwan 2025
envek
0
210
自作OSでDOOMを動かしてみた
zakki0925224
1
1.4k
コンテキストエンジニアリング Cursor編
kinopeee
1
730
UbieのAIパートナーを支えるコンテキストエンジニアリング実践
syucream
2
770
詳解!defer panic recover のしくみ / Understanding defer, panic, and recover
convto
0
190
Featured
See All Featured
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
How STYLIGHT went responsive
nonsquared
100
5.8k
Making Projects Easy
brettharned
117
6.3k
A Tale of Four Properties
chriscoyier
160
23k
The Cult of Friendly URLs
andyhume
79
6.6k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
The Art of Programming - Codeland 2020
erikaheidi
55
13k
Visualization
eitanlees
147
16k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.8k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
830
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
A Modern Web Designer's Workflow
chriscoyier
696
190k
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]