Skip to main content

Code Examples of Inertia.js

Discover how to use Laravel's Inertia.js method in real-world applications. Browse 15 examples from popular open-source projects.

15 examples

serversideup/financial-freedom

  • 2727
  • Created Mar 2021
  • Updated Nov 2025

Files in this example

  • composer.json
    • app/Http/Controllers/Web/Cash/CashAccountsController.php
      • resources/js/Pages/CashAccounts/Show.vue
View full example

inertiajs/pingcrm

  • 2286
  • Created Mar 2019
  • Updated Feb 2025

Files in this example

  • composer.json
    • app/Http/Controllers/UsersController.php
      • resources/js/Pages/Users/Index.vue
View full example

officelifehq/officelife

  • 941
  • Created Jan 2019
  • Updated Jul 2024

Files in this example

  • app/Http/Controllers/HomeController.php
    • routes/web.php
      • resources/js/Pages/Home/Index.vue
View full example

saleem-hadad/finance

  • 402
  • Created Jan 2022
  • Updated Nov 2025

Files in this example

  • composer.json
    • app/Http/Controllers/BrandController.php
      • resources/js/Pages/Brand/Index.js
View full example

buggregator/app

  • 323
  • Created Aug 2021
  • Updated Mar 2023

Files in this example

  • composer.json
    • app/Interfaces/Http/Controllers/Settings.php
      • resources/js/Pages/Settings/Index.vue
View full example

sinan-aydogan/tailadmin-laravel

  • 224
  • Created May 2021
  • Updated Oct 2025

Files in this example

  • app/Http/Controllers/Settings/UserController.php
    • resources/js/Pages/Settings/User.vue
View full example

LaraBug/larabug-app

  • 218
  • Created Apr 2021
  • Updated Oct 2023

Files in this example

  • composer.json
    • app/Http/Controllers/HomeController.php
      • resources/assets/js/panel/Pages/Dashboard.vue
View full example

amitavroy/doctor-app

  • 40
  • Created Sep 2021
  • Updated Jan 2022

Files in this example

  • composer.json
    • app/Http/Controllers/UserController.php
      • resources/js/Pages/UserList.tsx
View full example

OGhawsi/University-Employees-Records-Finder

  • 15
  • Created Nov 2021
  • Updated Mar 2022

Files in this example

  • composer.json
    • app/Http/Controllers/EmployeeController.php
      • resources/js/Pages/Employee/Index.vue
View full example

caneara/lumeno

  • 14
  • Created Dec 2022
  • Updated Dec 2022

Files in this example

  • app/Controllers/User/DashboardController.php
    • app/Responses/Page.php
      • resources/vue/pages/dashboard/user/index.vue
View full example

caneara/tipsea

  • 13
  • Created Dec 2022
  • Updated Dec 2022

Files in this example

  • app/Controllers/Site/TipController.php
    • app/Responses/Page.php
      • resources/vue/pages/tips/view/index.vue
View full example

RiperFish/Dev.io

  • 6
  • Created Oct 2021
  • Updated Apr 2022

Files in this example

  • composer.json
    • app/Http/Controllers/BookmarkController.php
      • resources/js/Pages/Front/Bookmarks/Index.js
View full example

ajikamaludin/expense-tracker-inertiajs

  • 6
  • Created Dec 2021
  • Updated Jan 2024

Files in this example

  • composer.json
    • package.json
      • app/Http/Controllers/CategoryController.php
        • resources/js/Pages/Category.js
View full example

sandoche/Jetstream-inertia-laravel-todo-list

  • 2
  • Created Sep 2021
  • Updated Oct 2021

Files in this example

  • composer.json
    • app/Http/Controllers/TasksController.php
      • resources/js/Pages/Dashboard.vue
        • resources/js/Components/TodoList.vue
View full example

MattStrauss/dev_site

  • 1
  • Created Jan 2022
  • Updated Dec 2024

Files in this example

  • composer.json
    • app/Http/Controllers/BlogController.php
      • resources/js/Pages/Blog/Show.vue
View full example