0
0

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 3 years have passed since last update.

ららべる勉強

Last updated at Posted at 2020-08-16

ザンプのインストール
https://reffect.co.jp/laravel/windows-xampp-laravel-install

コンポーザのインストール ララベルをンストールするもの
コンポーザがインストールされたらphp artisan -Vで確認、ララベルがインストールされたフォルダに
あるのでCDするのを忘れずに。

コンポーザでフォームフレームワークも入れておくと便利
composer require "laravelcollective/html"

参考ページ
https://ponsuke-tarou.hatenablog.com/entry/2019/02/19/234611#Composer-Create-Project%E3%81%A7%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%97%E3%81%BE%E3%81%99

Mysql
https://www.sejuku.net/blog/30282

Apache
https://www.adminweb.jp/apache/docroot/index1.html

ららべるデバック(Xdebug TSのバージョン)
zend_extension = C:\xampp\php\ext\php_xdebug-2.6.1-7.2-vc15.dll

#デバック環境

zend_extension = C:\xampp\php\ext\php_xdebug-2.9.6-7.4-vc15-x86_64.dll

[xdebug]
xdebug.default_enable = 1
xdebug.idekey = "vscode"
xdebug.remote_enable = 1
xdebug.remote_port=9000
xdebug.remote_autostart=1
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?