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.
2 parents 6e8eb32 + cf87656 commit d57e934Copy full SHA for d57e934
src/Console/InstallCommand.php
@@ -31,7 +31,7 @@ public function handle()
31
//copy folders
32
(new Filesystem)->copyDirectory(__DIR__.'/../../stubs/app', base_path('app'));
33
(new Filesystem)->copyDirectory(__DIR__.'/../../stubs/database', base_path('database'));
34
- (new Filesystem)->copyDirectory(__DIR__.'/../../stubs/public', base_path('database'));
+ (new Filesystem)->copyDirectory(__DIR__.'/../../stubs/public', base_path('public'));
35
(new Filesystem)->copyDirectory(__DIR__.'/../../stubs/resources', base_path('resources'));
36
(new Filesystem)->copyDirectory(__DIR__.'/../../stubs/routes', base_path('routes'));
37
(new Filesystem)->copyDirectory(__DIR__.'/../../stubs/stubs', base_path('stubs'));
0 commit comments