- .envに書かれたものを取り出して使うときは必ずconfigで一度呼び出して使う。
- PHP ララベルは速度を出すために
php artisan config:cache
でキャッシュを使うことができる。 - ただし、そのコマンドを打つとキャッシュを作成してしまうと、.envが変えても反映されない。
- なので、
php artisan config:clear
でキャッシュをクリアする。 - ちなみにローカルでは
php artisan config:cache
はほとんど打たない。
- PHP ララベルは速度を出すために
More than 1 year has passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme