How to Clear Log File using Command in Laravel?
In this post we will give you information about How to Clear Log File using Command in Laravel?. Hear we will give you detail about How to Clear Log File using Command in Laravel? And how to use it also give you demo for it if it is necessary.
I was working on my Laravel project, i found one issue that too much load my log file when i open and i want to remove that data, i mean hang my system and must need to restart my system. I thought what will issue, but i got it because in my laravel.log
(/storage/logs/laravel.log) file had big size of data and my text editor can’t load and i want to clear that’s way i can see other error.
I did search on google at last i found the solution using command, we have to just run command in out terminal or cmd and we can remove all data of log file. So let’s fire bellow command and check.
Hope this code and post will helped you for implement How to Clear Log File using Command in Laravel?. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve us.