Run Local Laravel Project on other computer without hosting for demo purposes with ngrok

Опубликовано: 05 Ноябрь 2024
на канале: Code Combination
3,964
14

Hello,
In this video we will see how we can run any laravel project on any other computer without having hosting
We can use it to show progress of project to client or for any demo purposes
Steps:
1) Download ngrok from
https://ngrok.com/download
2) open cmd and navigate to the folder where you have placed the ngrok.exe
3) type ngrok which will give you commands that you can run
4) localy serve your project and copy that url
5) In cmd paste the copied url after typing ngrok http "Your Complete Url"
6) Now you must've got two url one with http and other with https
copy either of these url's in browser from any other computer

Note: ""You don't need to worry about stylesheet not being loaded in my case,
as I was loaded and speed was slow "