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
CSS Linter の現在地 2025年のベストプラクティスを探る
ryo_manba
9
2.8k
個人開発で徳島大学生60%以上の心を掴んだアプリ、そして手放した話
akidon0000
1
190
Reduxモダナイズ 〜コードのモダン化を通して、将来のライブラリ移行に備える〜
pvcresin
2
530
AIを活用したレシート読み取り機能の開発から得られた実践知 / AI Receipt Scan Practice
rockname
2
1.1k
LLMとPlaywright/reg-suitを活用した jQueryリファクタリングの実際
kinocoboy2
4
530
Model Pollution
hschwentner
1
170
Web技術を最大限活用してRAW画像を現像する / Developing RAW Images on the Web
ssssota
2
560
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
7
2.8k
PostgreSQLで手軽にDuckDBを使う!DuckDB&pg_duckdb入門/osk2025-duckdb
takahashiikki
1
220
ファインディ株式会社におけるMCP活用とサービス開発
starfish719
0
2.7k
How Android Uses Data Structures Behind The Scenes
l2hyunwoo
1
530
AI Agents: How Do They Work and How to Build Them @ Shift 2025
slobodan
0
120
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
431
66k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
45
2.5k
The Cult of Friendly URLs
andyhume
79
6.6k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
The Power of CSS Pseudo Elements
geoffreycrofte
78
6k
Site-Speed That Sticks
csswizardry
10
850
Code Review Best Practice
trishagee
71
19k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
Raft: Consensus for Rubyists
vanstee
139
7.1k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
What's in a price? How to price your products and services
michaelherold
246
12k
Building Applications with DynamoDB
mza
96
6.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 !