Laravel + jetstream で、ログイン機能付きウェブサイトのモックを作成する 前提 - php - composer - mysql (laravel という database を作成しておくこと) まずl […]
とあるプロジェクト配下でまっさらのlaravelプロジェクトを管理したい。 sampleapp/ └laravel 予め作っておいたプロジェクトをクローンします。 $ git clone https://gitを管理し […]
Vagrant CentOS に docker をインストールし開発環境の laravel を動かすところまで。 Nginx PHP-FPM MySQL Redis [OS] hostsファイルに追記(例) ---- 1 […]
vagrant centos/7 に dockerおよびdocker-composeをインストール [Git Bash] $ mkdir ~/docker-test $ cd ~/docker-test $ vagran […]
[概要] Vagrant で Centos/7 上に docker と docker-compose コマンドが使える環境を用意します。 [Git Bash] $ mkdir ~/docker-test $ cd ~/d […]
なかなか時間が取れなかったけどやっと作業できました。 随時手を入れて行きます。 事前にインストールしておくこと。Windows 10 Home の場合、Docker for Windows がなかなかに罠が多いので、Do […]
Vagrant上に Codeigniter 4 をインストール Windowsに以下のソフトウェアがインストールされていることが前提 - https://www.virtualbox.org/ - https://www […]
Windowsに以下のソフトウェアがインストールされてあることが前提 - https://www.virtualbox.org/ - https://www.vagrantup.com/ - https://git-sc […]
vagrant のVM内で git で ブランチ名を表示させたい。 $ curl -o ~/.git-prompt.sh https://raw.githubusercontent.com/git/git/master/ […]
Git Bash、VirtualBox、Vagrant をインストールしておく。 - https://gitforwindows.org/ - https://www.virtualbox.org/ - https:// […]
何かおすすめの本はありますか ?