Skip to main content

Posts

Featured

🗓️ Day 4 at ENATS

👋 Hello everyone, welcome back! 🗓️ Day 4 at ENATS Date: Thursday, June 19, 2025 📌 Morning Arrival & Task Overview I arrived at 9:30 AM and began working on OpenCart —an open-source e-commerce platform. It’s equipped with built-in modules, making setup and configuration quite straightforward for online storefronts. ⚙️ OpenCart 4.0.3 Setup My first mission was to fully install and configure OpenCart 4.0.3. I reviewed the official documentation and got hands-on guidance from colleagues. Here’s the step-by-step process: Download OpenCart 4.0.3 ZIP and extract it. Copy the upload folder into htdocs , renaming it opencart . Create a new database via localhost/phpMyAdmin . Navigate to localhost/opencart in the browser: Follow the installer prompts. Address permission issues by creating/moving folders, deleting unnecessary files, and renaming config files as instructed. Once completed, the admin dashboard and storefront went live without errors. ...

Latest posts

🗓️ Day 3 at ENATS

Second Day at ENATS not officially

My first trial day at ENATS

🚀 How to Pass Data from One URL to Another in Laravel

LeetCode roman to integer question

Step-by-Step Guide to LeetCode's Palindrome Problem

How to Solve the Two Sum Challenge on LeetCode

🌀 Reverse Integer – LeetCode Problem #7 (Explained Simply)

Laravel Directory structure for beginners