Tag: rotate

  • How to rotate the Laravel logs

    Laravel stores the logs of the project in the file “storage/logs/laravel.log”. If you don’t rotate this file can increase its size a lot, using the most part of the storage, causing problems with a full disk.

    (more…)