host a laravel project code example
Example: 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