

<!DOCTYPE html>

<html lang="en-US">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">

  <link rel="stylesheet" href="/assets/css/just-the-docs-default.css">

  <link rel="stylesheet" href="/assets/css/just-the-docs-head-nav.css" id="jtd-head-nav-stylesheet">

  <style id="jtd-nav-activation">
  
    .site-nav ul li a {
      background-image: none;
    }

  </style>

  

  
    <script src="/assets/js/vendor/lunr.min.js"></script>
  

  <script src="/assets/js/just-the-docs.js"></script>

  <meta name="viewport" content="width=device-width, initial-scale=1">

  



  <!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Larust | A Laravel-shaped web framework for Rust. Real, compiled, type-checked Rust underneath - Axum, sqlx, tower-sessions - with the directory layout, routing style, validation, templates, ORM vocabulary, and CLI a Laravel developer already knows.</title>
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Larust" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="A Laravel-shaped web framework for Rust. Real, compiled, type-checked Rust underneath - Axum, sqlx, tower-sessions - with the directory layout, routing style, validation, templates, ORM vocabulary, and CLI a Laravel developer already knows." />
<meta property="og:description" content="A Laravel-shaped web framework for Rust. Real, compiled, type-checked Rust underneath - Axum, sqlx, tower-sessions - with the directory layout, routing style, validation, templates, ORM vocabulary, and CLI a Laravel developer already knows." />
<link rel="canonical" href="https://docs.larust.dev/assets/css/just-the-docs-head-nav.css" />
<meta property="og:url" content="https://docs.larust.dev/assets/css/just-the-docs-head-nav.css" />
<meta property="og:site_name" content="Larust" />
<meta property="og:image" content="https://docs.larust.dev/assets/og-image.png" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image" content="https://docs.larust.dev/assets/og-image.png" />
<meta property="twitter:title" content="Larust" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"A Laravel-shaped web framework for Rust. Real, compiled, type-checked Rust underneath - Axum, sqlx, tower-sessions - with the directory layout, routing style, validation, templates, ORM vocabulary, and CLI a Laravel developer already knows.","headline":"Larust","image":"https://docs.larust.dev/assets/og-image.png","url":"https://docs.larust.dev/assets/css/just-the-docs-head-nav.css"}</script>
<!-- End Jekyll SEO tag -->


  <!-- Included last inside <head> (see just-the-docs' own head.html). -->

<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg">

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;650;700;800&display=swap" rel="stylesheet">


</head>

<body>
  <a class="skip-to-main" href="#main-content">Skip to main content</a>
  <svg xmlns="http://www.w3.org/2000/svg" class="d-none">
  <symbol id="svg-link" viewBox="0 0 24 24">
  <title>Link</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-link">
    <path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path>
  </svg>
</symbol>

  <symbol id="svg-menu" viewBox="0 0 24 24">
  <title>Menu</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu">
    <line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line>
  </svg>
</symbol>

  <symbol id="svg-arrow-right" viewBox="0 0 24 24">
  <title>Expand</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
    <polyline points="9 18 15 12 9 6"></polyline>
  </svg>
</symbol>

  <!-- Feather. MIT License: https://github.com/feathericons/feather/blob/master/LICENSE -->
<symbol id="svg-external-link" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-external-link">
  <title id="svg-external-link-title">(external link)</title>
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line>
</symbol>

  
    <symbol id="svg-doc" viewBox="0 0 24 24">
  <title>Document</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file">
    <path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path><polyline points="13 2 13 9 20 9"></polyline>
  </svg>
</symbol>

    <symbol id="svg-search" viewBox="0 0 24 24">
  <title>Search</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
    <circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
  </svg>
</symbol>

  
  
    <!-- Bootstrap Icons. MIT License: https://github.com/twbs/icons/blob/main/LICENSE.md -->
<symbol id="svg-copy" viewBox="0 0 16 16">
  <title>Copy</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-clipboard" viewBox="0 0 16 16">
    <path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/>
    <path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/>
  </svg>
</symbol>
<symbol id="svg-copied" viewBox="0 0 16 16">
  <title>Copied</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-clipboard-check-fill" viewBox="0 0 16 16">
    <path d="M6.5 0A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3Zm3 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3Z"/>
    <path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1A2.5 2.5 0 0 1 9.5 5h-3A2.5 2.5 0 0 1 4 2.5v-1Zm6.854 7.354-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708.708Z"/>
  </svg>
</symbol>

  
</svg>

  
    <header class="side-bar">
  <div class="site-header">
    <a href="/" class="site-title lh-tight">
  Larust

</a>
    <button id="menu-button" class="site-button btn-reset" aria-label="Menu" aria-expanded="false">
      <svg viewBox="0 0 24 24" class="icon" aria-hidden="true"><use xlink:href="#svg-menu"></use></svg>
    </button>
  </div>

  <nav aria-label="Main" id="site-nav" class="site-nav">
  
  
    <ul class="nav-list"><li class="nav-list-item"><a href="/" class="nav-list-link">Home</a></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Getting Started submenu" aria-expanded="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/getting-started/" class="nav-list-link">Getting Started</a><ul class="nav-list"><li class="nav-list-item"><a href="/getting-started/installation/" class="nav-list-link">Installation</a></li><li class="nav-list-item"><a href="/getting-started/your-first-app/" class="nav-list-link">Your First App</a></li><li class="nav-list-item"><a href="/getting-started/project-structure/" class="nav-list-link">Project Structure</a></li></ul></li><li class="nav-list-item"><a href="/coming-from-laravel/" class="nav-list-link">Coming from Laravel</a></li><li class="nav-list-item"><a href="/coming-from-rust/" class="nav-list-link">Coming from Rust</a></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="The Basics submenu" aria-expanded="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/the-basics/" class="nav-list-link">The Basics</a><ul class="nav-list"><li class="nav-list-item"><a href="/the-basics/routing/" class="nav-list-link">Routing</a></li><li class="nav-list-item"><a href="/the-basics/controllers-and-requests/" class="nav-list-link">Controllers & Requests</a></li><li class="nav-list-item"><a href="/the-basics/views-and-templates/" class="nav-list-link">Views & Templates</a></li><li class="nav-list-item"><a href="/the-basics/middleware-sessions-and-csrf/" class="nav-list-link">Middleware, Sessions & CSRF</a></li><li class="nav-list-item"><a href="/the-basics/error-handling/" class="nav-list-link">Error Handling</a></li></ul></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Database submenu" aria-expanded="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/database/" class="nav-list-link">Database</a><ul class="nav-list"><li class="nav-list-item"><a href="/database/migrations-and-query-builder/" class="nav-list-link">Migrations & the Query Builder</a></li><li class="nav-list-item"><a href="/database/models-and-relationships/" class="nav-list-link">Models & Relationships</a></li></ul></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Digging Deeper submenu" aria-expanded="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/digging-deeper/" class="nav-list-link">Digging Deeper</a><ul class="nav-list"><li class="nav-list-item"><a href="/digging-deeper/authentication-and-authorization/" class="nav-list-link">Authentication & Authorization</a></li><li class="nav-list-item"><a href="/digging-deeper/mail-and-notifications/" class="nav-list-link">Mail & Notifications</a></li><li class="nav-list-item"><a href="/digging-deeper/events-queues-and-scheduling/" class="nav-list-link">Events, Queues, Scheduling & Commands</a></li><li class="nav-list-item"><a href="/digging-deeper/file-storage-and-cache/" class="nav-list-link">File Storage & Cache</a></li><li class="nav-list-item"><a href="/digging-deeper/reactive-components/" class="nav-list-link">Reactive Components</a></li><li class="nav-list-item"><a href="/digging-deeper/realtime-and-broadcasting/" class="nav-list-link">Realtime & Broadcasting</a></li><li class="nav-list-item"><a href="/digging-deeper/social-login-and-plugins/" class="nav-list-link">Social Login & Plugins</a></li><li class="nav-list-item"><a href="/digging-deeper/key-value-store-and-sitemaps/" class="nav-list-link">Key-Value Store & Sitemaps</a></li><li class="nav-list-item"><a href="/digging-deeper/localization/" class="nav-list-link">Localization</a></li></ul></li><li class="nav-list-item"><a href="/cli-reference/" class="nav-list-link">CLI Reference</a></li><li class="nav-list-item"><a href="/testing/" class="nav-list-link">Testing</a></li><li class="nav-list-item"><a href="/deployment-and-desktop-apps/" class="nav-list-link">Deployment & Desktop Apps</a></li><li class="nav-list-item"><a href="/converting-a-laravel-app/" class="nav-list-link">Converting a Laravel App</a></li><li class="nav-list-item"><a href="/architecture-overview/" class="nav-list-link">Architecture Overview</a></li><li class="nav-list-item"><a href="/faq/" class="nav-list-link">FAQ</a></li></ul>
  
</nav>


<div class="d-md-block d-none site-footer">
  
  
    This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll.
  
  </div>
</header>

  
  <div class="main" id="top">
    <div id="main-header" class="main-header">
  
    

<div class="search" role="search">
  <div class="search-input-wrap">
    <input type="text" id="search-input" class="search-input" tabindex="0" placeholder="Search Larust" autocomplete="off">
    <label for="search-input" class="search-label">
      <span class="sr-only">Search Larust</span>
      <svg viewBox="0 0 24 24" class="search-icon" aria-hidden="true"><use xlink:href="#svg-search"></use></svg>
    </label>
  </div>
  <div id="search-results" class="search-results"></div>
</div>

  
  
  
    <nav aria-label="Auxiliary" class="aux-nav">
  <ul class="aux-nav-list">
    
      <li class="aux-nav-list-item">
        <a href="https://github.com/wallabydesigns/Larust" class="site-button"
          
          target="_blank" rel="noopener noreferrer"
          
        >
          Larust on GitHub
        </a>
      </li>
    
  </ul>
</nav>

  
</div>

    <div class="main-content-wrap">
      
      <div id="main-content" class="main-content">
        <main>
          
            

          

          
            
          
        </main>
        
<hr>
<footer>
  
    <p><a href="#top" id="back-to-top">Back to top</a></p>
  

  <p class="text-small mb-0">Larust is source-available on <a href="https://github.com/wallabydesigns/Larust">GitHub</a>. Not affiliated with Laravel or Laravel Holdings Inc.</p>

  
    <div class="d-flex mt-2">
      
      
        <p class="text-small mb-0">
          <a href="https://github.com/wallabydesigns/Larust/edit/main/docs/assets/css/just-the-docs-head-nav.css" id="edit-this-page">Edit this page on GitHub</a>
        </p>
      
    </div>
  <div class="d-md-none mt-4 fs-2">
    
    
      This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll.
    
  </div>
</footer>

      </div>
    </div>
    
      

<div class="search-overlay"></div>

    
  </div>

  
</body>
</html>

