Streamit Laravel - Documentation
Streamit Laravel

Web Recent Updates

πŸ•’ Estimated Reading Time: 5 minutes

⚑ Framework Compatibility 
➑️ Supported PHP: 8.2

Note:
– If you have already purchased our product and deployed the code once on your server, you are considered an existing user. In that case, please ensure that you only update the provided updated files zip, not the entire code ZIP, unless it is clearly mentioned in our version update changelog notes.
– If you are a new user, then you will need to upload the whole code ZIP during the initial installation.

[v2.2.1]Β – 21 Aug 2026

  • New – Added secure file validation across the admin panel to restrict file types, block dangerous files, and verify actual file content.
  • New – Reworked the Media Library’s chunked upload flow with smaller chunks, a controlled concurrent upload queue, and full server-side validation after the file is completely assembled. Added clear per-file progress, failure, and removal states in the UI.
  • Update – Media Library uploads are now processed synchronously and moved instead of copied on local storage. For remote disk storage, files are streamed instead of being loaded entirely into memory, reducing memory usage and processing time for large video files.
  • Update – Continue Watching progress is now saved periodically every 15 seconds during playback. Save requests use keepalive so navigation away from the page does not cancel them. Previously, progress was saved only on seek or video completion.
  • Update – Fixed episode resume behavior so users can correctly continue watching TV show episodes from where they left off.
  • Update – Featured banners, movies, TV shows, and Live TV content now display the newest content first.
  • Update – PIN verification now applies only when switching from a child profile to a parent profile.
  • Update – SEO settings are now accessible only to authorized administrators.
  • Update – Video details now display the correct thumbnail image, with the poster image used as a fallback.
  • Update – Profile image uploads now validate file types before submission and provide clearer error messages.
  • Update – Refined the Genres layout with improved poster sizing, spacing, and content display across the Homepage and Genres page.
  • Fix – Corrected the Short Drama file upload validation issue.
  • Fix – Removed duplicate routes and resolved route conflicts across the Ads, Onboarding, File Manager, and Security modules.

[v2.2.0] – 09 Jun 2026

  • New –  Added a Short Drama Add-on installer featuring drag-and-drop ZIP upload support with real-time installation progress tracking.
  • New –  Introduced configuration API endpoints for seamless Short Drama module integration and management.
  • New –  Implemented backend controllers and routes to handle Short Drama installation, setup, and status monitoring.
  • New –  Added automatic seeding of default settings during Short Drama module installation.
  • Update –  Enhanced the application architecture to gracefully support environments where the Short Drama module is not installed.

[v2.1.1] – 25 Feb 2026

  • Update – Enhanced localization support with updated and refined language translations
  • Fix – Resolved minor bugs across multiple modules for improved stability
  • Fix – Addressed subscription-related issues to ensure smoother plan activation and access control
  • Fix – API-related behaviors for better stability and consistency.

[v2.1.0] – 14 Feb 2026

  • New – Added dedicated listing pages for homepage sections, allowing users to explore full content for individual modules
  • Update – Plan and access settings removed from seasons; episode plans now align with or exceed the parent TV show’s plan for consistent access management
  • Update – Enhanced platform security by adding and validating OWASP security measures
  • Update – Codebase optimized to efficiently handle large volumes of data, improving performance and scalability
  • Update – Validation logic improved across all modules for better data integrity and user feedback
  • Update – OTP flow refined and enhanced with bug fixes to improve reliability and security
  • Update – Multi-device usage handling improved based on plan-specific device limits
  • Update – Demo login access limited to prevent sensitive changes from the admin panel for security purposes
  • Fix – Localization and language-related issues resolved across the platform