Skip to content

Commit adf138e

Browse files
committed
fix: update post-update-cmd to publish laravel-assets instead of igniter-assets
Signed-off-by: Sam Poyigi <[email protected]>
1 parent e08ab63 commit adf138e

File tree

5 files changed

+1
-9
lines changed

5 files changed

+1
-9
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@php artisan package:discover --ansi"
6767
],
6868
"post-update-cmd": [
69-
"@php artisan vendor:publish --tag=igniter-assets --ansi --force"
69+
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
7070
],
7171
"post-root-package-install": [
7272
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""

Diff for: public/media/attachments/protected/.gitignore

-2
This file was deleted.

Diff for: public/media/attachments/public/.gitignore

-2
This file was deleted.

Diff for: public/media/uploads/.gitignore

-4
This file was deleted.

Diff for: public/media/uploads/no_photo.png

-5.84 KB
Binary file not shown.

0 commit comments

Comments
 (0)