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
290
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
止められない医療アプリ、そっと Swift 6 へ
medley
1
140
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
150
Devoxx BE - Local Development in the AI Era
kdubois
0
110
ソフトウェア設計の実践的な考え方
masuda220
PRO
3
520
チームの境界をブチ抜いていけ
tokai235
0
130
GitHub Actions × AWS OIDC連携の仕組みと経緯を理解する
ota1022
0
250
CSC305 Lecture 03
javiergs
PRO
0
240
なぜGoのジェネリクスはこの形なのか? Featherweight Goが明かす設計の核心
ryotaros
7
1.1k
iOSアプリの信頼性を向上させる取り組み/ios-app-improve-reliability
shino8rayu9
0
160
CSC509 Lecture 02
javiergs
PRO
0
410
iOS 17で追加されたSubscriptionStoreView を利用して5分でサブスク実装チャレンジ
natmark
0
660
Swift Concurrency - 状態監視の罠
objectiveaudio
2
490
Featured
See All Featured
Designing for humans not robots
tammielis
254
26k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
Thoughts on Productivity
jonyablonski
70
4.9k
Visualization
eitanlees
148
16k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
A Tale of Four Properties
chriscoyier
160
23k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Done Done
chrislema
185
16k
Statistics for Hackers
jakevdp
799
220k
Become a Pro
speakerdeck
PRO
29
5.5k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
9
580
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]