LoginSignup
0
0

php laravelに触れる機会があったのでメモ

Last updated at Posted at 2023-06-01
  • .envに書かれたものを取り出して使うときは必ずconfigで一度呼び出して使う。
    • PHP ララベルは速度を出すためにphp artisan config:cacheでキャッシュを使うことができる。
    • ただし、そのコマンドを打つとキャッシュを作成してしまうと、.envが変えても反映されない。
    • なので、php artisan config:clearでキャッシュをクリアする。
    • ちなみにローカルではphp artisan config:cacheはほとんど打たない。
0
0
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
0
0