#!/usr/bin/env php addCommands([ new App\Commands\InstallCommand(), ]); // run the app try { $app->run(); } catch (Exception $e) { die($e->getMessage()); } ?>