Skip to content

Commit

Permalink
remove welcome blade view
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Apr 19, 2024
1 parent 317ea6f commit 86cccf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Console/InstallsInertiaStacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ protected function installInertiaVueStack()
// Views...
copy(__DIR__.'/../../stubs/inertia-vue/resources/views/app.blade.php', resource_path('views/app.blade.php'));

@unlink(resource_path('views/welcome.blade.php'));

// Components + Pages...
(new Filesystem)->ensureDirectoryExists(resource_path('js/Components'));
(new Filesystem)->ensureDirectoryExists(resource_path('js/Layouts'));
Expand Down

0 comments on commit 86cccf3

Please sign in to comment.