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 Basics
Search
Kuroringo1595
May 08, 2025
Programming
0
1
Laravel Basics
A simple slide used to explain the Laravel web framework and its basics.
Kuroringo1595
May 08, 2025
Tweet
Share
Other Decks in Programming
See All in Programming
MCPサーバー「モディフィウス」で変更容易性の向上をスケールする / modifius
minodriven
4
310
Kotlin 2.2が切り拓く: コンテキストパラメータで書く関数型DSLと新しい依存管理のかたち
knih
0
230
HTTPじゃ遅すぎる! SwitchBotを自作ハブで動かして学ぶBLE通信
occhi
0
140
O Que É e Como Funciona o PHP-FPM?
marcelgsantos
0
250
Register is more than clipboard
satorunooshie
1
340
EMこそClaude Codeでコード調査しよう
shibayu36
0
550
Amazon ECS Managed Instances が リリースされた!キャッチアップしよう!! / Let's catch up Amazon ECS Managed Instances
cocoeyes02
0
120
CSC305 Lecture 10
javiergs
PRO
0
330
AkarengaLT vol.38
hashimoto_kei
1
130
퇴근 후 1억이 거래되는 서비스 만들기 | 내가 AI를 사용하는 방법
maryang
2
330
Node-REDのノードの開発・活用事例とコミュニティとの関わり(Node-RED Con Nagoya 2025)
404background
0
110
SidekiqでAIに商品説明を生成させてみた
akinko_0915
0
110
Featured
See All Featured
Testing 201, or: Great Expectations
jmmastey
46
7.7k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
Faster Mobile Websites
deanohume
310
31k
How to Think Like a Performance Engineer
csswizardry
27
2.2k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
Stop Working from a Prison Cell
hatefulcrawdad
272
21k
Code Review Best Practice
trishagee
72
19k
KATA
mclloyd
PRO
32
15k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.7k
[RailsConf 2023] Rails as a piece of cake
palkan
57
6k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
116
20k
Transcript
Laravel ウェブフレームワーク Web framework
Needs to be linked to database ダーたベースで繋ぐのは必要です Model , Route
, View How to start a project プロジェクトを始める方法 Content/内容 Focus point デモの注目ポイント
Model View Controller Routes Model , Route , View
php artisan serve → start server/サーバーを起動する php artisan migrate →
migrate tables to database php artisan make::model Table -mcsf Basic command To start a project Laravel new project_name Run this command このコマンドを実行する
Needs to be linked to database ダーたベースで繋ぐのは必要です 2 steps: Create
a database named same as DB_DATABASE in .env file 「.envファイルのDB_DATABASEと同じ名前の データベースを作成する」 Run this command「このコマンドを実行する」 php artisan migrate
Focus point Model View Controller Routes デモの注目ポイント
ご視聴ありがとうございます Thanks for watching !