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
タスクの特性や不確実性に応じた最適な作業スタイルの選択(ペアプロ・モブプロ・ソロプロ)と実践 / Optimal Work Style Selection: Pair, Mob, or Solo Programming.
honyanya
3
170
Software Architecture
hschwentner
6
2.3k
ALL CODE BASE ARE BELONG TO STUDY
uzulla
18
3.3k
オープンソースソフトウェアへの解像度🔬
utam0k
15
2.8k
After go func(): Goroutines Through a Beginner’s Eye
97vaibhav
0
390
Django Ninja による API 開発効率化とリプレースの実践
kashewnuts
0
1.3k
All About Angular's New Signal Forms
manfredsteyer
PRO
0
140
Go言語はstack overflowの夢を見るか?
logica0419
0
270
Android16 Migration Stories ~Building a Pattern for Android OS upgrades~
reoandroider
0
110
Web Components で実現する Hotwire とフロントエンドフレームワークの橋渡し / Bridging with Web Components
da1chi
3
2.4k
なぜGoのジェネリクスはこの形なのか? Featherweight Goが明かす設計の核心
ryotaros
7
1.1k
CSC509 Lecture 06
javiergs
PRO
0
260
Featured
See All Featured
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
115
20k
The Language of Interfaces
destraynor
162
25k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
How to train your dragon (web standard)
notwaldorf
96
6.3k
How to Ace a Technical Interview
jacobian
280
24k
Thoughts on Productivity
jonyablonski
70
4.9k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Building Adaptive Systems
keathley
43
2.8k
KATA
mclloyd
32
15k
Become a Pro
speakerdeck
PRO
29
5.5k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
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 !