forget for get

覚えるために忘れる

2020-08-01から1ヶ月間の記事一覧

VSCODEでLaravelのFacadeもコードジャンプできるようにする

Laravelはファサードを多用していて、IDEでコードジャンプができない。laravel-ide-helperを使うと解決。 laravelにide-helperを入れる composer require barryvdh/laravel-ide-helper php artisan ide-helper:generate _ide_helper.phpが生成され、ここを経…

CircleCIメモ

https://circleci.jp/ GitHubやBitbucketと連携して、プッシュしたらビルドしてテストしてデプロイができる。月1000分まで無料で使える。 ユーザ登録https://circleci.jp/signup/GitHubでログインする(Bitbucket使ってる人はBitbucketでログイン) Gitリポ…

VSCODEメモ

VSCODEをインストールhttps://azure.microsoft.com/ja-jp/products/visual-studio-code/ View>Extensionsで拡張機能を入れるPHP Intelephense、Vim Ctrl+クリックでコードジャンプAlt+←でジャンプ元へ戻る 検索右下の「…」クリックしてオプション表示include…

エンジニアが仕事で使うツールまとめ

Google Chromehttps://www.google.com/intl/ja_jp/chrome/ 起動時に開くページを設定(slack、gmailなど) EditThisCookieを追加 https://chrome.google.com/webstore/detail/editthiscookie/fngmhnnpilhplaeedifhccceomclgfbg/related?hl=ja サクラエディタ…

Vagrantまとめ

Vagrantの最新をインストールhttps://www.vagrantup.com/ VirtualBoxの最新をインストールhttps://www.virtualbox.org/ 構成管理ツールChefのBentoプロジェクトからほしいイメージを使う。https://app.vagrantup.com/bento bento/centos-7.8 を使う場合vagra…