0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

LaravelアプリのためのWindowsでの開発用のバッチファイル紹介

Last updated at Posted at 2018-05-06

最近、Laravelの勉強を始めまして、開発用のエクスプローラーやコマンドプロンプトや簡易サーバーを用意するのに便利なバッチプログラムを作りました。
Laravelのアプリケーションを"D:\LaravelApp"に展開しているとして、以下のバッチファイルを起動します。

LaravelApp.bat
d:
cd \LaravelApp
explorer .
start cmd /k cd d:\LaravelApp
cmd /k php artisan serve

簡易サーバーのサーバ名やポートの設定を必要に応じて設定してみて、よかったら活用してみて下さい。

0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?