LoginSignup
0
0

More than 1 year has passed since last update.

Laravelを使ってキャンプ用のアプリを制作中(個人開発)

Last updated at Posted at 2021-07-24

テーマ

キャンプアプリ

目的

①PHP、Laravelの勉強
②個人開発をしてみたかった
③キャンプ好きなので役立つアプリが欲しい

技術メモ

  • Laravel独自書き方
// var_dump($posts);
// exit;
dd($posts);
  • visual studio codeでターミナルを開く
command + J
  • SailコマンドとはLaravelにはLaravel SailというのがあってそのSailコマンドを使えばDockerを実行させることができる コントローラー作成
./vendor/bin/sail artisan make:controller <コントローラー名>
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0