diff --git a/bootstrap/app.php b/bootstrap/app.php index 21d97bf..65e7d61 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -18,6 +18,9 @@ return Application::configure(basePath: dirname(__DIR__)) ]); }) + ->withCommands([ + \App\Console\Commands\clientAssetGenerator::class, + ]) ->withExceptions(function (Exceptions $exceptions) { // })->create();