To use Inertia you need both a server-side adapter as well as a client-side adapter. Be sure to follow the installation instructions for the frameworks you use.
There are also numerous community built server-side adapters available. If you have an adapter you'd like listed here, please send a pull request.
The first step when using Inertia is to configure your server-side framework. This primarily includes setting up a root template and updating your endpoints to return Inertia responses. See the server-side setup page for more details.
Once you have your server-side framework configured, you then need to setup your client-side framework. This primarily includes updating your main JavaScript file to boot the Inertia app. Please see the client-side setup page for more details.