|
|
@ -18,6 +18,9 @@ return Application::configure(basePath: dirname(__DIR__))
|
|
|
|
]);
|
|
|
|
]);
|
|
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
->withCommands([
|
|
|
|
|
|
|
|
\App\Console\Commands\clientAssetGenerator::class,
|
|
|
|
|
|
|
|
])
|
|
|
|
->withExceptions(function (Exceptions $exceptions) {
|
|
|
|
->withExceptions(function (Exceptions $exceptions) {
|
|
|
|
//
|
|
|
|
//
|
|
|
|
})->create();
|
|
|
|
})->create();
|
|
|
|