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