laravel - Unknown characters in serve command -
php artisan serve
why command have unkown characters ?
as link @user2864740 suggests, terminal escaping characters result in weird codes being displayed (in case these colour output text).
your images suggest using windows cmd, try using gitbash. me doesn't result in special characters, if still face issue update terminal options xterm-256 (rather xterm default) suggested in answer here, , in source here.
for reference, when run php artisan serve
in gitbash:
Comments
Post a Comment