Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
That's it! You are done.