I am new to web development and completed some practise project on xampp on windows. without using laravel i used to access my website by typing 'localhost/myproject' but in laravel it doesnot work.
i have few quesions -
what does php artisan serve do internally?
After running command php artisan serve why we can only access our project by '127.0.0.1:8000/myproject' instead why we cant use 'localhost:8000/myproject'.