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 1917359 commit bf07f6eCopy full SHA for bf07f6e
src/Commands/TurboInstallCommand.php
@@ -65,7 +65,6 @@ public function handle()
65
);
66
67
copy(__DIR__ . '/../../stubs/resources/js/bootstrap.js', resource_path('js/bootstrap.js'));
68
- copy(__DIR__ . '/../../stubs/resources/js/echo.js', resource_path('js/echo.js'));
69
copy(__DIR__ . '/../../stubs/resources/js/elements/turbo-echo-stream-tag.js', resource_path('js/elements/turbo-echo-stream-tag.js'));
70
71
if ($this->option('stimulus')) {
0 commit comments