In Laravel, how can I clear laravel.log?
In my Laravel project i want to clear my laravel.log file but i have no idea how to do it. so i found a solution on it. First of all you have to navigate to your project storage/logs location then you have to type vim laravel.log command to enter in the laravel.log file. Solution: vim…
