panlatent
panlatent
I need this feature because zero-log is used as the underlying library. zero-log assumes people will set the level first.
```php public function __construct(string $expression, string $locale = 'en_US', bool $isUse24HourTimeFormat = false, bool $fallback = true) ``` The third parameter `isUse24HourTimeFormat` of the constructor sets the 24-hour format, do...
@leyluj Hi, this function has the same name as the Laravel function. But what kind of situation I am more interested in is that you will introduce 2 frameworks in...
Good idea. Where do we configure and call? I think the event system is a bad idea.