Cesar Garcia
Cesar Garcia
Change pk uuid to bigIncrement
In the home page there are 2 H1 tags. With this PR we leave only one H1, modifying the H1 tag of the video component to div and leaving the...
reference: #289
The component `CHeader` write the tag div, with this custom property we can use header tag ```html ... // Out put: ... ... // Out put: ... ```
Message Exception : `Cesargb\\Log\\Rotation::files(): Argument #1 ($count) must be of type int, string given, called in /var/www/html/api/vendor/cesargb/php-log-rotation/src/Optionable.php on line 45` https://github.com/cesargb/laravel-logs-rotate/blob/792befa0a0ac69c48a234f0923a5b303882bdf7c/src/Rotate.php#L34 Must check if is number
In log rotation processes, I don't always have control to reopen files when they are renamed or deleted. Therefore, if I don't want to truncate the file, I need a...