LoginSignup
0
0

More than 3 years have passed since last update.

Laravel ルーティング情報を表示してくれるコマンド

Posted at

目的

  • すでに定義されているルーティング情報の一覧を出力するコマンドを忘れない様に書き留める。

紹介

  • 下記コマンドをLaravelアプリ名ディレクトリに移動してから実行する。

    $ php artisan route:list
    
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