Open fastmarketo opened 3 years ago
It could be a cache issue - try deleting the entire vendor folder and running composer install
again
Sir, the autoload_static.php
file that it claims to be missing is not even there in your github repository. Please see:
Or I am a beginner and a fool who doesn't know something or missing some foundation knowledge?
autoload_static is generated by composer.
Did you run composer update
?
It worked.
Hi There, on XAMPP virtual server is configured like this →
My Pseudo/Vhost mvclogin.com is pointing correctly to the public folder:
<VirtualHost *:80>
DocumentRoot "G:/codegorithm/PHP/daveh/mvclogin/public/"
ServerName mvclogin.com
<Directory "G:/codegorithm/PHP/daveh/mvclogin/public/">
Allow from all
Require all granted
Options Indexes
</Directory>
</VirtualHost>
Still URL not Found →
This also could be a cache issue? or .htaccess issue?
@fastmarketo Please can you ask for support for the course inside the Q&A section on the course itself in Udemy? That way other students can benefit from and contribute to the discussion. Thanks!
Sure, Thanks. their question and answer section is slightly boring.
Sir, before you close this ticket. I have a request.
You are such a knowledgeable person can you create a course in the future to create an e-commerce store independent of any framework, but only in: PHP, MYSQL, AJAX, and PDO.
Additionally, in case you can create an emphasis on how hooks are created as in WordPress. Lastly, maybe an additional project/course or one element of the same requested course where you can create a small e-commerce plugin for WordPress(like woocommerce).
I will be the first one among many who will buy the course.
I'm always on the lookout for new course ideas, so I'll add that to my list! Thanks!
I am subscribed to your udemy MVC Login course and did exactly the way you told me in the video.
I am getting error:
This file seems to be missing: \composer/autoload_static.php see here: