My web is running normally until i create index.php and show me this error messege.
Warning: require_once(../_asset/faker/vendor/fzaninotto/faker/src/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\belajar\covid_config\config.php on line 10
Fatal error: require_once(): Failed opening required '../_asset/faker/vendor/fzaninotto/faker/src/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\belajar\covid_config\config.php on line 10
This my program that maybe cause the error (index.php)
include "_config/config.php";
And this my config.php
require_once "../_asset/faker/vendor/fzaninotto/faker/src/autoload.php";
My folder tables: start from htdocs
belajar-covid-_asset
|-_config
|-auth
|-dashboard
|-index.php