Skip to content

Commit

Permalink
first commit 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Jan 11, 2023
1 parent d3c71fd commit 12eb6df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/laravel-package-generator.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

return [
"stub-path" => __DIR__ .'/../../stubs/',
"stub-path" => __DIR__ .'/../stubs/',
"packages-folder" => "packages"
];
2 changes: 1 addition & 1 deletion src/LaravelPackageGeneratorServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function register(): void

//Publish Config
$this->publishes([
__DIR__.'/../config/tomato-settings.php' => config_path('laravel-package-generator.php'),
__DIR__.'/../config/laravel-package-generator.php' => config_path('laravel-package-generator.php'),
], 'config');

//Publish Stubs
Expand Down

0 comments on commit 12eb6df

Please sign in to comment.