From e6e7b3a43ac73da0c42e2985bf8fb80b013344d4 Mon Sep 17 00:00:00 2001 From: Aryan Chanana <142363827+Aryanthecoder07@users.noreply.github.com> Date: Wed, 12 Nov 2025 08:04:02 +0530 Subject: [PATCH 1/2] Update README.md In Installation steps ,step 5 was skipped, I.e numbering was wrong. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0e938a6..ba70540 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,11 @@ Run the following command to migrate the database: php artisan migrate -## 6. Login & Register +## 5. Login & Register Register a new user or log in with your credentials to access the dashboard. -## 7. Connect S3-Compatible Storage +## 6. Connect S3-Compatible Storage After login, navigate to the **Storage Connections** section and add your S3-compatible credentials. This includes support for AWS S3, DigitalOcean Spaces, and similar providers. @@ -67,7 +67,7 @@ After login, navigate to the **Storage Connections** section and add your S3-com - Bucket - Endpoint -## 8. Browse Files & Folders +## 7. Browse Files & Folders Once a connection is successful, you can: @@ -75,14 +75,14 @@ Once a connection is successful, you can: - View images and files - Navigate through directories like a file manager -## 9. Folder & File Management +## 8. Folder & File Management - Create new folders inside any path - Navigate via breadcrumbs - Delete folders/files with confirmation - (Coming soon) Select multiple items for batch operations -## 10. Contact +## 9. Contact For support or suggestions, please reach out to: From 8129c2982466bde8f79f9d8184b8f895d7919a7f Mon Sep 17 00:00:00 2001 From: "Md. Anik Rahman" <52888800+anikrahman0@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:33:35 +0600 Subject: [PATCH 2/2] Update repository URL in installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e938a6..8b17b18 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ ## Installation ## 1. Clone the repo: - git clone https://github.com/yourusername/objectorbit.git + git clone https://github.com/anikrahman0/Object-Orbit.git cd objectorbit ## 2. Install Dependencies