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