# enable rotation of laravel's log file:

/var/www/FMM/app/storage/logs/laravel.log {
	create 644 apache apache 
	notifempty
	compress
	size 30M
	daily
	rotate 7
	missingok
	compress
}
