vendredi 6 juillet 2018

Recive The Response content must be a string or object implementing __toString(), "boolean" given when i call phpinfo()

When try to call at phpinfo() function, laravel return me this error:

The Response content must be a string or object implementing __toString(), "boolean" given.

The code is:

Route::get('phpinfo', function () {
    return phpinfo();
});



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire