0
0

More than 3 years have passed since last update.

【Laravel】Laravel Controller作成

Posted at

Controller作成

▪︎ディレクトリ移動

公式)
$ cd /Applications/MAMP/htdocs/プロジェクト名
例)
$ cd /Applications/MAMP/htdocs/laravel_test

▪︎Controller作成

(公式)
$ php artisan make:controller [コントローラ名]Controller
(例)
$ php artisan make:controller TestController

▪︎Controllerファイル確認
エディタを開き、下記のディレクトリ配下を確認

app/Http/Controllers
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