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
あのころの iPod を どうにか再生させたい
orumin
2
2.6k
兎に角、コードレビュー
mitohato14
0
160
オープンセミナー2025@広島「君はどこで動かすか?」アンケート結果
satoshi256kbyte
0
220
Google I/O recap web編 大分Web祭り2025
kponda
0
2.9k
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
340
JSONataを使ってみよう Step Functionsが楽しくなる実践テクニック #devio2025
dafujii
0
180
時間軸から考えるTerraformを使う理由と留意点
fufuhu
4
210
rage against annotate_predecessor
junk0612
0
140
フロントエンドのmonorepo化と責務分離のリアーキテクト
kajitack
2
150
tool ディレクティブを導入してみた感想
sgash708
1
160
為你自己學 Python - 冷知識篇
eddie
1
310
AI OCR API on Lambdaを Datadogで可視化してみた
nealle
0
220
Featured
See All Featured
What's in a price? How to price your products and services
michaelherold
246
12k
The Cost Of JavaScript in 2023
addyosmani
53
8.9k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
How to train your dragon (web standard)
notwaldorf
96
6.2k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Why Our Code Smells
bkeepers
PRO
339
57k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
51
5.6k
Practical Orchestrator
shlominoach
190
11k
Making the Leap to Tech Lead
cromwellryan
134
9.5k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
6.1k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
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 !