require(BASE_PATH . '\vendor\autoload.php');
Due to above line controller is not calling(Locally it's working fine but when I kept in Linux server then problem occuring). Could you please sugest me on this?
require(BASE_PATH . '\vendor\autoload.php');
Due to above line controller is not calling(Locally it's working fine but when I kept in Linux server then problem occuring). Could you please sugest me on this?