Skip to content

Commit bf24d5a

Browse files
authored
Merge pull request #2 from kszcode/master
fix the publish command
2 parents e18a3b5 + 063c7fa commit bf24d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can use this theme helper in three ways:
2121

2222
First, publish the package skeleton stylesheet:
2323
```bash
24-
php artisan package:publish --provider="Gregoriohc\LaravelNovaThemeClassify\ThemeServiceProvider"
24+
php artisan vendor:publish --provider="Gregoriohc\LaravelNovaThemeClassify\ThemeServiceProvider"
2525
```
2626

2727
Then, update the stylesheet with your custom styles. The file is located in `resources/css/vendor/laravel-nova-theme-classify/theme.css`

0 commit comments

Comments
 (0)