From 9150ccd224a566c71c594d4c78dbda586fa3c8f3 Mon Sep 17 00:00:00 2001 From: Fritz Michael Gschwantner Date: Wed, 2 Apr 2025 17:33:37 +0100 Subject: [PATCH] Add `storage:link` command --- docs/migration-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/migration-guide.md b/docs/migration-guide.md index d7d320b..1864027 100644 --- a/docs/migration-guide.md +++ b/docs/migration-guide.md @@ -16,6 +16,6 @@ Step by step: 3. Copy the old Crater's installation `storage` directory to InvoiceShelf website directory 4. Copy .env file from Crater's installation directory to InvoiceShelf website directory 5. Update .env and change it according to your wish, ultimately compare it with .env.example and see if you are missing anything. -6. Run `php artisan migrate` from the InvoiceShelf website directory +6. Run `php artisan migrate` and `php artisan storage:link` from the InvoiceShelf website directory -That's it! You are done. \ No newline at end of file +That's it! You are done.