Answers for "how to run laravel project on localhost throgh server.php"

PHP
0

how to host laravel project on local server

// command to host laravel project on local machine

//php artitan serve --host=your ip address --port=select port
php artisan serve --host=195.154.12.125 --port=8001
Posted by: Guest on January-30-2021

Code answers related to "how to run laravel project on localhost throgh server.php"

Browse Popular Code Answers by Language