I have a laravel project inside the htdocs folder in xampp. I run it by serving localhost.
How to run it locally on another computer by copying the project to the other computer? Should I install xampp in the other computer? Do I need to install other things?
copy the the entire project folder except vendor folder and after installing xampp and phpmyadmin run composer update in the current directory of the project and it will create a vendor folder of yours with the necessary packages you have installed
it will take alot of time if you will copy the whole vendor folder so by running composer update your vendor folder will be created within a minute