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
260
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
190
Other Decks in Programming
See All in Programming
良いユニットテストを書こう
mototakatsu
11
3.6k
Fixstars高速化コンテスト2024準優勝解法
eijirou
0
190
Androidアプリのモジュール分割における:x:commonを考える
okuzawats
1
280
.NETでOBS Studio操作してみたけど…… / Operating OBS Studio by .NET
skasweb
0
120
PHPカンファレンス 2024|共創を加速するための若手の技術挑戦
weddingpark
0
140
functionalなアプローチで動的要素を排除する
ryopeko
1
200
chibiccをCILに移植した結果 (NGK2025S版)
kekyo
PRO
0
130
20年もののレガシープロダクトに 0からPHPStanを入れるまで / phpcon2024
hirobe1999
0
1k
AppRouterを用いた大規模サービス開発におけるディレクトリ構成の変遷と問題点
eiganken
1
440
GitHub CopilotでTypeScriptの コード生成するワザップ
starfish719
26
6k
Findy Team+ Awardを受賞したかった!ベストプラクティス応募内容をふりかえり、開発生産性向上もふりかえる / Findy Team Plus Award BestPractice and DPE Retrospective 2024
honyanya
0
140
テストコード書いてみませんか?
onopon
2
340
Featured
See All Featured
Adopting Sorbet at Scale
ufuk
74
9.2k
Agile that works and the tools we love
rasmusluckow
328
21k
RailsConf 2023
tenderlove
29
970
How to Think Like a Performance Engineer
csswizardry
22
1.3k
It's Worth the Effort
3n
183
28k
Raft: Consensus for Rubyists
vanstee
137
6.7k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
192
16k
Documentation Writing (for coders)
carmenintech
67
4.5k
GitHub's CSS Performance
jonrohan
1030
460k
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
Building an army of robots
kneath
302
45k
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]