From 0bed14d9bb3d9e149bf3a583a881d07683b49d03 Mon Sep 17 00:00:00 2001 From: HarryLee186 <34167106+HarryLee186@users.noreply.github.com> Date: Tue, 16 Aug 2022 17:29:14 +0100 Subject: [PATCH] Update readme.md Fixes the missing `php` for the artisan command --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b9d9c05b..84f678f1 100644 --- a/readme.md +++ b/readme.md @@ -122,7 +122,7 @@ If your media upload / custom properties on the media models are confidential, * * Publish the config files if you did not yet ```bash -artisan vendor:publish --tag=nova-media-library +php artisan vendor:publish --tag=nova-media-library ``` * Enable this feature in config file *config/nova-media-library* ```php