Laravel + Inertia + React + Typescript

Title

Subtitle

Sub sub title

bold

Lavel is a great and powerfull full stack framework where you can create an entire application building the frontend with blade views, but, sometimes you need a hgily interactive user experience and

Cli

git clone https://github.com/rmirandasv/laravel-inertia-react-ts

<?php

namespace App\Actions;

class TestAction
{
    public function handle(array $data): void
    {
        // some stuffs here
    }
}