I want a link to a chapter or subsection name...
...
\begin{document}
\chapter{Laravel installation}
\label{laravelinstallation}
Install Laravel by...
\section{PhpStorm}
\label{phpstorm}
After installation, see \autoref{laravelinstallation}...
\end{document}
I want to output "After installation, see Laravel installation..."
I must use \autoref{} because I'm compiling Scrivener to Latex via MMD mark-up and that's how it's output.
I'm using Hyperref and Cleveref, and spent hours on search engines to the point where my two braincells have ceased to cooperate. Is there an easy/recommended/flamingly-obvious way to do this?

\nameref{laravelinstallation}here... – Werner Nov 19 '19 at 22:39