laravel - Unknown characters in serve command -


php artisan servewhy command have unkown characters ?

i using cmd, have read lot of stuff cant find having same problems me :3 can't upload photo here newbie problems hehe

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:

enter image description here


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -