2
2

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.

Laravel4.2.x を使っていて laravel-debugbar も使っているなら「"barryvdh/laravel-debugbar": "1.8"」を忘れずに

Posted at

タイトルのままですが。

先日 Laravel5 がリリースされました。

伴って、laravel-debugbar も更新されたらしい。

https://github.com/barryvdh/laravel-debugbar に書いてあった。

Laravel4.2.x を使っている場合は、 composer.json を "dev-master" から "1.8" にしないと $ composer update とかでコケる。

composer.json
    "barryvdh/laravel-debugbar": "1.8"

とりあえず、メモ。

2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?