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
210
Transforming Magento (NomadMage 2017)
chrispitt
2
110
Forget What You Know
chrispitt
1
150
Monads In PHP → php[tek]
chrispitt
3
520
Breaking The Enigma → php[tek]
chrispitt
0
210
Turn on the Generator!
chrispitt
0
170
Implementing Languages (FluentConf)
chrispitt
1
350
Async PHP (Sunshine)
chrispitt
0
470
Helpful Robot
chrispitt
0
120
Other Decks in Programming
See All in Programming
SwiftDataを使って10万件のデータを読み書きする
akidon0000
0
240
O Que É e Como Funciona o PHP-FPM?
marcelgsantos
0
190
Things You Thought You Didn’t Need To Care About That Have a Big Impact On Your Job
hollycummins
0
250
CSC509 Lecture 07
javiergs
PRO
0
240
pnpm に provenance のダウングレード を検出する PR を出してみた
ryo_manba
1
150
Migration to Signals, Resource API, and NgRx Signal Store
manfredsteyer
PRO
0
110
TransformerからMCPまで(現代AIを理解するための羅針盤)
mickey_kubo
7
4.9k
Devoxx BE - Local Development in the AI Era
kdubois
0
140
Goで実践するドメイン駆動開発 AIと歩み始めた新規プロダクト開発の現在地
imkaoru
4
890
Cursorハンズオン実践!
eltociear
2
1.2k
AkarengaLT vol.38
hashimoto_kei
1
120
モテるデスク環境
mozumasu
3
1.2k
Featured
See All Featured
For a Future-Friendly Web
brad_frost
180
10k
Product Roadmaps are Hard
iamctodd
PRO
55
11k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Building Adaptive Systems
keathley
44
2.8k
The Language of Interfaces
destraynor
162
25k
Agile that works and the tools we love
rasmusluckow
331
21k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Designing for humans not robots
tammielis
254
26k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
130k
Leading Effective Engineering Teams in the AI Era
addyosmani
7
580
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]