PHP code example of titanium / inertia

1. Go to this page and download the library: Download titanium/inertia library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

titanium / inertia example snippets


Route::get('/secret-route', function () {
    //
})->middleware(['auth', 'password.confirm']);

php artisan ui inertia --auth

php artisan ui inertia --option vue