Jalankan URL di PHP

# if you are using xampp then use this url
localhost/your_project_name/

#if you are using laravel then
1. Enter php artisan serve in terminal
then "http://127.0.0.1:8000/" use this url to check your project
Mudit