I tested the code for AJAX request and errors occurred to include the classes file Config and Text.
When I changed the directory to the current directory worked as it should.
A small example of how this can happen is by creating an ajax request to create a password for example to include the framework files or folder composer libraries just use:
I tested the code for AJAX request and errors occurred to include the classes file Config and Text.
When I changed the directory to the current directory worked as it should.
A small example of how this can happen is by creating an ajax request to create a password for example to include the framework files or folder composer libraries just use:
require '../../vendor/autoload.php';
on path public/requests for example.