Hello,
I’m trying to install the script but I’m getting,
( ! ) Warning: require(vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\ci\invoices\index.php on line 18
I tried to open the inde.php and change the line no 18
from
require (‘vendor/autoload.php’);
to
require (‘application/config/autoload.php’);
but I’m getting now “No direct script access allowed” when calling the URL http://localhost/ci/invoices/index.php/setup
Regards