When I trying to access localhost/magento After installing Magento 2 through CMD an Object not found error occurred.
installing command:
php bin/magento setup:install --base-url=”http://localhost/magento" --db-host=”localhost” --db-name=”magento" --db-user=”root” --db-password=”” --admin-firstname=”admin” --admin-lastname=”admin” --admin-email=”user@example.com” --admin-user=”admin” --admin-password=”admin123" --use-rewrites=”1" --backend-frontname=”admin”
when access localhost/magento on browser this ERROR occur:
enter image description here