From 9559f03a9e4f3781775ceb7aa7f8d4e7af0bb2a9 Mon Sep 17 00:00:00 2001 From: Brian Verschoore Date: Mon, 5 Aug 2024 15:51:50 +0200 Subject: [PATCH] Update 2-installation-and-setup.md (#53) php artisan vendor:publish --tag=trackable-jobs-config INFO No publishable resources for tag [trackable-jobs-config]. --- docs/2-installation-and-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/2-installation-and-setup.md b/docs/2-installation-and-setup.md index ec7db17..0e5e30f 100644 --- a/docs/2-installation-and-setup.md +++ b/docs/2-installation-and-setup.md @@ -13,7 +13,7 @@ composer require mateusjunges/laravel-trackable-jobs You can publish the configuration file with this command: ```bash -php artisan vendor:publish --tag=trackable-jobs-config +php artisan vendor:publish --tag=trackable-jobs-assets ``` -Run `php artisan migrate` to migrate the table needed by this package, and now you are good to go! \ No newline at end of file +Run `php artisan migrate` to migrate the table needed by this package, and now you are good to go!