LoginSignup
12
11

More than 3 years have passed since last update.

Hello Laravel 6 !!!

Last updated at Posted at 2019-09-04

Laravel 6 Is Now Released

Laravel6リリースおめでとうございます㊗️
リリース記念に早速Laravel6.0でインストールしてみます!

環境構築

予め用意していた docker 環境を使って構築する

$ git clone git@github.com:ucan-lab/docker-laravel.git
$ cd docker-laravel
$ docker-compose up -d --build

Laravel 6.0 をインストール

$ docker-compose exec app composer create-project --prefer-dist "laravel/laravel=6.0.*" .
$ docker-compose exec app composer require predis/predis
$ php artisan --version
Laravel Framework 6.0.0

👏👏👏👏👏

スクリーンショット 2019-09-04 15.33.59.png

親の顔より見た安心のWelcome画面!
Laravel5と特に変わらないんすね🤔

12
11
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
12
11