We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347f014 commit 5b25510Copy full SHA for 5b25510
src/Commands/StartCommand.php
@@ -37,13 +37,6 @@ class StartCommand extends Command implements SignalableCommandInterface
37
*/
38
public function handle()
39
{
40
- if (! app()->environment('local', 'testing')) {
41
- $this->warn('Laravel Octane is within a beta period. '
42
- .'It should only be used for local development and '
43
- .'testing in order to improve the quality of the library '
44
- .'and resolve any existing bugs.');
45
- }
46
-
47
$server = $this->option('server') ?: config('octane.server');
48
49
return match ($server) {
0 commit comments