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
複数のAWSアカウントから横断で 利用する Lambda Authorizer の作り方
tc3jp
0
110
CI改善もDatadogとともに
taumu
0
200
pylint custom ruleで始めるレビュー自動化
shogoujiie
0
150
Grafana Loki によるサーバログのコスト削減
mot_techtalk
1
150
Ça bouge du côté des animations CSS !
goetter
2
150
Rails 1.0 のコードで学ぶ find_by* と method_missing の仕組み / Learn how find_by_* and method_missing work in Rails 1.0 code
maimux2x
1
190
Jakarta EE meets AI
ivargrimstad
0
320
第3回関東Kaggler会_AtCoderはKaggleの役に立つ
chettub
3
1.2k
PHPのバージョンアップ時にも役立ったAST
matsuo_atsushi
0
220
苦しいTiDBへの移行を乗り越えて快適な運用を目指す
leveragestech
0
1k
Boos Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
290
Serverless Rust: Your Low-Risk Entry Point to Rust in Production (and the benefits are huge)
lmammino
1
150
Featured
See All Featured
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.4k
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
A Tale of Four Properties
chriscoyier
158
23k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Music & Morning Musume
bryan
46
6.4k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Code Reviewing Like a Champion
maltzj
521
39k
Designing for humans not robots
tammielis
250
25k
Agile that works and the tools we love
rasmusluckow
328
21k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
430
Building a Scalable Design System with Sketch
lauravandoore
461
33k
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]