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: The Introduction
Search
Stephen Jude
November 23, 2019
Programming
0
280
LARAVEL: The Introduction
Stephen Jude
November 23, 2019
Tweet
Share
More Decks by Stephen Jude
See All by Stephen Jude
What is Flutter
stephenjude
0
220
Other Decks in Programming
See All in Programming
Infer入門
riru
4
1.5k
Constant integer division faster than compiler-generated code
herumi
2
680
Jakarta EE Core Profile and Helidon - Speed, Simplicity, and AI Integration
ivargrimstad
0
110
実践 Dev Containers × Claude Code
touyu
1
220
20250808_AIAgent勉強会_ClaudeCodeデータ分析の実運用〜競馬を題材に回収率100%の先を目指すメソッドとは〜
kkakeru
0
200
サーバーサイドのビルド時間87倍高速化
plaidtech
PRO
0
300
AIレビュアーをスケールさせるには / Scaling AI Reviewers
technuma
2
210
ワープロって実は計算機で
pepepper
2
1.4k
[FEConf 2025] 모노레포 절망편, 14개 레포로 부활하기까지 걸린 1년
mmmaxkim
0
810
Kiroの仕様駆動開発から見えてきたAIコーディングとの正しい付き合い方
clshinji
1
120
開発チーム・開発組織の設計改善スキルの向上
masuda220
PRO
3
160
Portapad紹介プレゼンテーション
gotoumakakeru
1
130
Featured
See All Featured
Fireside Chat
paigeccino
39
3.6k
Side Projects
sachag
455
43k
The Invisible Side of Design
smashingmag
301
51k
The Cult of Friendly URLs
andyhume
79
6.5k
Code Reviewing Like a Champion
maltzj
525
40k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
The Pragmatic Product Professional
lauravandoore
36
6.8k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Writing Fast Ruby
sferik
628
62k
How to train your dragon (web standard)
notwaldorf
96
6.2k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.4k
Transcript
The Introduction #laravel #laravelonitsha #laravelmeetup
Software Developer, Deacons Digital Solution & Qwickpage Twitter: @stephenjudeso
A Framework For Building Modern PHP Apps ADD A FOOTER
3
PHP: Hypertext Preprocessor is a general-purpose programming language originally designed
for web development. The Laravel Community 4
The two most strongly communicated values of the framework are
to increase developer speed and developer happiness. LARAVEL: THE INTRODUCTION 5
THE LARAVEL DOCUMENTATION 6 laravel.com/docs/master
THE COMMUNITY 7 1. LARACAST.COM 2. LARASHOUT.COM 3. LARAVEL-NEWS.COM 4.
LARAVELCOLLECTIVE.COM 5. LARAVEL.IO
8 1. LARAVEL HOMESTEAD 2. LARAVEL VALET 3. LARAGON 4.
LAMP/WAMP/MAMP
9 LARAGON laragon.org/download
10 • PHP • APACHE • NGINX • MYSQL •
REDIS • SSL • COMPOSER • TERMINAL • GIT • NOTEPAD++ • PRETTY URL
11 • THE APP DIRECTORY • THE BOOTSTRAP DIRECTORY •
THE CONFIG DIRECTORY • THE DATABASE DIRECTORY • THE PUBLIC DIRECTORY • THE RESOURCES DIRECTORY • THE ROUTES DIRECTORY • THE STORAGE DIRECTORYTHE • TESTS DIRECTORY • THE VENDOR DIRECTORY
12 The .env.example & .env files DON’T COMMIT YOUR .env
FILE
13 ARTISAN a number of helpful commands for your use
while developing your application.
14 > php artisan list To view a list of
all available Artisan commands
15 LARAVEL ROUTES & CONTROLLERS by @OilmoneDev ELOQUENT MODEL DEMYSTIFIED
by @benqoder
STEPHEN JUDE Phone: 08183968207 Email:
[email protected]