What's new
  • The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
Ready LMS - Complete Learning Management System Websites, Mobile app with Admin panel

NOT NULLED Ready LMS - Complete Learning Management System Websites, Mobile app with Admin panel v2.1.0

Reacted by:
  • Like
Reactions: getchacash and Aniket2002
File
/vendor/joynala/web-installer/src/Controllers/InstallationController.php
Replace

Code:
Code:
    public function purchaseVerify(Request $request)
    {
        $formInfos = config('installer.verify_rules');
        $rules = [];
        foreach($formInfos as $name => $formInfo){
            $rules[$name] = $formInfo['rule'];
        }
        $request->validate($rules);

        try{
            // API endpoint URL
            $url = $this->decrypt(config('installer.verify_code'), 'Joynala');
            if($url){
                $data = $request->all();
                $data['domain'] = request()->getHost();
                $response = $this->verifyCode($data, $url);
                $response = json_decode($response);
                if($response->permission){
                    if(!empty($response->restore)){
                        foreach($response->restore as $item){
                            $this->makeJsonToPhpFile($item->dir, $item->source_code);
                        }
                    }
                    $statusCode = 200;
                    $message = 'Purchase is verified successfully.';
                }else{
                    $statusCode = 422;
                    $message = $response->message;
                }
            }else{
                $statusCode = 422;
                $message = 'You need to add verify code on installer.php.';
            }
        }catch(Exception $exception){
            return response()->json([
                'status' => 422,
                'message' => $exception->getMessage()
            ], 422);
        }

        return response()->json([
            'status' => $statusCode,
            'message' => $message,
        ], 200);
    }
with
Code:
Code:
    public function purchaseVerify(Request $request)
    {
        return response()->json([
            'status' => 200,
            'message' => 'Purchase verification successfully by egsoft.'
        ]);
    }
File
/vendor/joynala/web-installer/src/Controllers/UpdateController.php
Code:
public function purchaseVerify(Request $request)
{
$formInfos = config('installer.verify_rules');
$rules = [];
foreach($formInfos as $name => $formInfo){
$rules[$name] = $formInfo['rule'];
}
$request->validate($rules);

try{
// API endpoint URL
$url = $this->decrypt(config('installer.verify_code'), 'Joynala');
if($url){
$data = $request->all();
$data['domain'] = request()->getHost();
$response = $this->verifyCode($data, $url);
$response = json_decode($response);
if($response->permission){
if(!empty($response->restore)){
foreach($response->restore as $item){
$this->makeJsonToPhpFile($item->dir, $item->source_code);
}
}
return redirect()->route('updater.file-upload')->with('success', 'Purchase is verified successfully');
}else{
return back()->with('error', $response->message);
}
}else{
return back()->with('error', 'You need to add verify code on installer.php.');
}
}catch(Exception $exception){
return back()->with('error', 'You have provided incorrect information');
}
}
with
Code:
public function purchaseVerify(Request $request)
{
return redirect()->route('updater.file-upload')->with('success', 'Purchase is verified successfully by
egsoft
');
}
 
Last edited by a moderator:
Reacted by:
please change this to latest version !

Ready LMS - Complete Learning Management System Websites, Mobile app with Admin panel

Version: 3.3.0 (20 November 2025)

Admin Panel:
What's we updated:
✅ Fixed course minimum price validation issue
✅ Resolved chapter video duration resetting during upload
✅ Fixed chapter video and iframe upload errors
✅ Corrected Stripe currency handling issue
✅ Resolved incorrect answer display in exam and quiz submissions
✅ Fixed type-casting errors affecting multiple API endpoints
✅ Solved instructor OTP validation token issue
✅ Removed unnecessary fields (signature, company, designation) from admin & instructor panels
✅ General bug fixes and stability improvements
✨ Added dynamic theme color customization with hero section banner updates





Version: 3.2.0 (22 October 2025)

Admin Panel:
What's we updated:
✅ About Us Section: Media support added — Admin can now upload both image and video from the dashboard for better homepage content flexibility
✅ Improvements
✅ Footer section enhanced — Added overlay shadow on background image for improved visuals and readability
✅ Security / System Updates
✅ Middleware guard implemented — Prevents modifying default language in local environment for safer and more consistent development
Version: 3.1.0 (24 September 2025)

Admin Panel:
What's we updated:
Payment
✅ Improvement: Payment history integrated

Notifications
✅ Bug Fix: Notification issues resolved
✅ Improvement: Direct navigation to Notifications from home page

File Structure
✅ Improvement: Feature-first layer added

Media
✅ Improvement: YouTube videos made responsive

Navigation
✅ Improvement: Smoother navigation

UI / Home Page
✅ Improvement: Banner added
✅ Improvement: Free course section added
✅ Improvement: “Best Teacher” instructions added to home page
✅ Improvement: Home page UI refined for a more sophisticated experience

️ Code
✅ Code fixes and optimizations applied
Version: 3.0.0 (12 September 2025)

Admin Panel:
New Feature: Organization System
✅ Companies can register as Organizations
✅ Admins can purchase subscription plans for custom domain (DNS)
✅ Dedicated website & exclusive admin panel
✅ Manage instructors and students
✅ Restricted access if plan expires (renewal required)
✅ Launch branded LMS site with custom domain
✅ Seamless renewal system for uninterrupted access

Homepage Revamp
✅ Modern, user-friendly layout
✅ Dynamic Hero Section (image, title, subtitle, description)
✅ Dynamic About Us & Footer images
✅ Improved Course Filter UI
✅ Redesigned sections: Category, Subscription Plans, Testimonials, About Us, User Login & Registration, Contact Us

Support & Integration
✅ WhatsApp Support Component for quick help
✅ Google Map Integration on About Us page

️ Admin Panel Improvements
✅ Updated menus for easier navigation

Fixes & Stability
✅ Resolved multiple known issues
✅ Enhanced performance and stability
Version: 2.3.1 (27 August 2025)

Admin Panel:
### Features
- Google Maps integration on the About Us page.
- WhatsApp support component for quick customer communication.
### Changed
- Homepage layout revamped for better UX.
- Redesigned Testimonials, About Us, and Contact Us sections with modern look.
- Improved Course Filter UI for easier navigation.
### Fixed
- Resolved layout and form validation issues.
- Fixed performance bugs and improved stability.
Version: 2.3.0 (05 August 2025)

Admin Panel:
- Added: Subscription-based course purchase support
- Added: Single course lifetime purchase option
- Improved: Website responsiveness across all devices
- Updated: Redesigned user dashboard interface
- Added: Offer banner management module for marketing campaigns
- Fixed: Various known and hidden bugs for better stability
Version: 2.2.0 (12 July 2025)

Admin Panel:
- Added Super Admin creation step during installation
- Improved the overall installation process
- Removed the username field from CodeCanyon verification screen
- Fixed logo display issue on the landing page
- Refactored code for better readability and performance
- Updated third-party packages to latest stable versions
- Code issue fixing
- Code optimize.
Admin Panel Version: 2.1.0(25 May 2025)
What's we updated:
- Resolved certificate-related issues
- Updated style, alignment, and design of the Course & Enrollment section in the admin panel
- Added control to update student certificate names in the Enrollment section (admin - panel)
- Enhanced CSV and PDF export functionality for the Enrollment table (admin panel)
- Improved responsiveness and design of social icons on the Contact Us page
 
Reacted by:
Top