From b742698947c0e704a4f0fd91e2b899380d3e6c22 Mon Sep 17 00:00:00 2001 From: Abdur Rahman Date: Fri, 25 Sep 2020 17:02:16 +0600 Subject: [PATCH] updated asset publish tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13b3557..198fdf6 100755 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ composer require abdurrahmanriyad/writeup ## Usage - Publish the assets ``` php -php artisan writeup:publish +php artisan vendor:publish --tag=writeup ``` - Find writeup config file in laravel config folder and
setup as configure as you need.