diff --git a/src/Commands/FortifyUITablerCommand.php b/src/Commands/FortifyUITablerCommand.php index b063719..567b8b3 100644 --- a/src/Commands/FortifyUITablerCommand.php +++ b/src/Commands/FortifyUITablerCommand.php @@ -16,7 +16,7 @@ public function handle() // confirm the installation if ($this->confirm('Do you wish to continue? Please only continue on a fresh Laravel installation since multiple files are overwritten by the installer.', false)) { // install fortifyUI - \Artisan::call('fortify-ui:install'); + \Artisan::call('fortify:ui'); $this->info('FortifyUI has been installed. Proceeding to install Tabler.io.'); // publish the assets, routes, controllers, etc.