- I just setup laravel 11 project with php 8.2 this afternoon. Then the project successfully created with activate few extension in php.ini file.
- Now, after type: php artisan serve, i got this:
Failed to listen on 127.0.0.1:8000 (reason: ?). - From stackoverflow someone said, i should modify php.ini name from php.ini-in-dev to php.ini.
- But, i already fix this issue in point 1.
- Unexpected happened, i open the php.ini file for now. then found just this text appear and no more :
[mail function] sendmail_path="C:/laragon/bin/sendmail/sendmail.exe"
Why this happen?
Where the default script since i just activate a few extension to support laravel 11 project creation in my case.