Share local project link with others Laravel

Опубликовано: 05 Ноябрь 2024
на канале: Code Combination
207
2

In this video we will learn how to serve Laravel project in different ways
1) Laravel Serve Project on different port:
php artisan serve --port = 8009
If for some reason you port 8000 or 8008 is busy you can use above command to serve project
2) To Share preview or your Laravel local project remotely with others use following command
php artisan serve --host=your IPV4 address