![Picture of Maniruzzaman Akash Picture of Maniruzzaman Akash](/picture/user/1406000.png)
Maniruzzaman Akash - 2022-08-04 14:58:25 -
In reply to message 1 from Tookah Thepes
Hi, this is a PHP application and hosted by Github and so vendor/autoload.php file is gitignored and actually everyone in this era knows this very much.
Please follow the steps to generate that vendor files -
git clone https://github.com/ManiruzzamanAkash/phpmvc.git
cd phpmvc
composer install
----
After running this composer install on that folder or repo, the vendor folder will be auto generated.
Thanks