mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-05 07:52:34 +00:00
Setup Inertia (#593)
This commit is contained in:
9
config/web.php
Normal file
9
config/web.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'pagination_size' => 20,
|
||||
|
||||
'controllers' => [
|
||||
'servers' => \App\Http\Controllers\ServerController::class,
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user