Closed zaidmcs closed 2 months ago
Hey there,
Unfortunately we don't support this version of the library anymore. Please check out our support policy on which versions we are currently supporting. Can you please try to upgrade to the latest version and see if your problem persists? If so, please open up a new issue and we'll help you out.
Thanks!
Laravel Version
10.48.18
PHP Version
8.2.12
Database Driver & Version
No response
Description
php artisan serve
command, run perfectly but randomly it's stops and give an error which originate from theCarbon
library and is related to an invalid or incomplete date format being passed to thecreateFromFormat
method. This issue is blocking the development server from starting,The error stack trace provided:
This error seems to occur randomly without any specific trigger.
Steps To Reproduce
php artisan serve
command in the terminal.