Answers for "run url in php"

PHP
0

run url in 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
Posted by: Guest on April-11-2022

Browse Popular Code Answers by Language