PHP Package: inertiajs/inertia-laravel

Inertia.js integration for Laravel applications providing a seamless user experience and efficient rendering.

Current Version: 2.0.10
Last Updated: 2025-09-28
PHP Requirement: ^8.1.0
Dependencies:
inertiajs/inertia
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Inertia.js integration for Laravel applications allows for server-driven application design, enhancing performance and user experience with its efficient rendering capabilities. It simplifies the front-end setup process and provides a seamless experience for developers.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.0.10

Download Download v2.0.10

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/inertiajs/inertia-laravel/2.0.10/loader.php';
require_once 'libs/inertiajs/inertia/{lib_version}/loader.php';



echo '✅ Library loaded.';
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.