You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$output .= ConsoleColor::light_purple(" resource:link") . ConsoleColor::cyan(" Create a symlink for the resources folder in public") . "\n";
48
-
$output .= ConsoleColor::light_purple(" use:command") . ConsoleColor::cyan(" This enables you to access console controllers to perform cli tasks") . "\n";
49
-
$output .= ConsoleColor::light_purple(" git:init") . ConsoleColor::cyan(" Initialize your project to use git") . "\n";
$output .= ConsoleColor::light_purple(" app:to-production") . ConsoleColor::cyan(" Make application ready for production mode") . "\n";
49
+
$output .= ConsoleColor::light_purple(" app:to-testing") . ConsoleColor::cyan(" Make application ready for testing mode") . "\n";
50
+
$output .= ConsoleColor::light_purple(" app:to-development") . ConsoleColor::cyan(" Make application ready for development mode") . "\n";
51
+
$output .= ConsoleColor::light_purple(" resource:link") . ConsoleColor::cyan(" Create a symlink for the resources folder in public") . "\n";
52
+
$output .= ConsoleColor::light_purple(" use:command") . ConsoleColor::cyan(" This enables you to access console controllers to perform cli tasks") . "\n";
53
+
$output .= ConsoleColor::light_purple(" git:init") . ConsoleColor::cyan(" Initialize your project to use git") . "\n";
0 commit comments