Basic design created
This commit is contained in:
13
app/Http/Controllers/TestRenderInertiaProvider.php
Normal file
13
app/Http/Controllers/TestRenderInertiaProvider.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App\Providers\InertiaProvider;
|
||||
|
||||
class TestRenderInertiaProvider
|
||||
{
|
||||
public function index() {
|
||||
$inertiaProvider = new InertiaProvider('Invoice/CreateInvoice', ['appName' => app('tenant')->name]);
|
||||
return $inertiaProvider->render();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user