Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Listings Tagged to  "HTML5"

Results 21-40 of 250
APKVault — Apps & Games Download CMS (APKMODY CLONE) - Cover Image
APKVault — Apps & Games Download CMS (APKMODY CLONE)
APKVault — Apps & Games Download CMS FOR LICENSE: [email protected] APKVault is a complete, blazing-fast content management system for running an apps & games download site (APK / MOD-style listings). Built on Laravel 13 with a modern Livewire admin panel and a deliberately lightweight, SEO-first public front-end. Install it in minutes with the built-in 1-click web wizard — no coding, no SSH. ⚡ Built for speed & Core Web Vitals Inlined critical CSS + async stylesheet — no render-blocking gzip + brotli compression (dynamic HTML & pre-compressed static assets) Subset icon font (~451 KB → ~12 KB) and automatic WebP images with lazy thumbnails Layout-shift (CLS) optimized, near-zero JavaScript on public pages, PWA-ready 📱 Powerful content model Unlimited Apps & Games with icons, covers, screenshots and a lightbox gallery Multi-version downloads per item (Original & MOD) — upload files or link externally Categories, curated Collections, CMS Pages, mod features, Android versions, content ratings Per-item & per-download FAQ blocks (output as FAQ schema) 🌍 Multilingual & SEO out of the box Unlimited languages — clean path URLs (/fr/...) or subdomain URLs (fr.site.com) Per-language titles, descriptions & meta templates; automatic canonical + hreflang XML sitemap, rich schema (App, Rating, FAQ, Breadcrumb), OG/Twitter cards, robots controls ⭐ Reviews & users Public star ratings + threaded comments with Google Sign-In Full moderation from the admin 🎛️ Admin panel Dashboard, homepage section builder, ad spaces, custom header/footer code injection Storage manager: Local, Amazon S3, or Backblaze B2 (with connection test) SMTP email (+ test send), optional AI writer & translator (Gemini / OpenAI / Claude) 301 redirect manager (auto on slug change), content importer, one-click optimizer & cache tools 🚀 1-click installation Upload, open your domain, and the setup wizard guides you through everything: server requirements check → database → optional demo content import → admin account → storage & Hostinger/shared-hosting symlink helper → done. The installer locks itself afterward for security. 🧰 Tech & what you get Laravel 13 · PHP 8.3+ · MySQL/MariaDB · Livewire 3 · Apache (.htaccess included) Clean, well-structured, documented code Included Owner's Guide (non-technical) and Admin & Deployment Guide Optional one-click demo content matching the live preview ✅ Requirements PHP 8.3+ with common extensions (pdo, mbstring, openssl, curl, zip, gd/imagick), MySQL 8 / MariaDB 10.4+, Apache with mod_rewrite (optional mod_deflate/mod_brotli for best compression). Works on shared hosting, VPS, and cloud. Support & updates included. See the bundled documentation for setup, deployment and day-to-day use.
(0 ratings)
Reviews0
PriceUSD 86.00
Views15
Design Templates - Cover Image
Design Templates
Web AI Tech Solution LLP is a leading IT services & Web Design Company in Kanpur, India offering website development, web design, mobile app development, SEO, digital marketing, graphic design, e-commerce solutions, social media marketing, 2D & 3D animation, branding, consultation and complete IT solutions to grow your business.
(0 ratings)
Reviews0
PriceUSD 10.00
Views16
ByteScripts HRM - Cover Image
ByteScripts HRM
Manage your workforce smarter with a complete HRM Payroll & Attendance Management System designed to save time, reduce errors, and improve productivity. I will help you implement a professional solution that handles employee records, payroll processing, attendance tracking, leave management, overtime calculation, shift scheduling, and detailed reportsall in one place. Perfect for small businesses, retail shops, offices, factories, and growing companies that need smooth HR operations. The system can simplify salary calculations, automate payslips, track late arrivals, manage staff performance, and maintain accurate employee data securely. I will provide setup, customization, branding, training support, and guidance to ensure the software fits your business needs. Whether you need a basic HR solution or an advanced payroll platform, I can deliver a reliable and user-friendly system. Reduce manual work, avoid payroll mistakes, and manage your team efficiently with a modern HRM solution built for growth.
(0 ratings)
Reviews0
PriceUSD 40.00
Views97
MyAds - Cover Image
MyAds
Advanced Laravel-based social networking and ad exchange platform for website owners. MYADS Project: MYADS Author: mrghozzi Framework: Laravel 12 Runtime: PHP 8.2+ License: MIT Overview MYADS combines ad exchange, community, marketplace, directory, forum, and admin tooling in one platform. Core areas include: Banner ads, text ads, visit exchange, and Smart Ads with Geo-Targeting and A/B Testing Ad analytics with Hourly Click Heatmaps Community feed with Multimedia Posts (Video, Audio, Music, Files, Reels), reactions, comments, reposts, mentions, and messaging Forum with moderation tools and attachments Store and product knowledgebase Web directory News publishing Gamification with PTS, badges, quests, and ledgers SEO suite with sitemap, robots.txt, and analytics support Security suite with IP bans, session monitoring, and protected public identifiers Optional paid subscriptions and billing Key Features Member Features Ad exchange tools for banners, text ads, visit exchange, and Smart Ads with Geo-Targeting A/B Testing optimization and Performance Heatmaps for advertisers Social profiles with follows, badges, privacy controls, and social links Community feed with Multimedia Posts (Video, Audio, Music, Files, Reels), comments, reactions, reposts, and mentions Forum participation with categories, topics, and attachments Marketplace and knowledgebase access Session monitoring and device revocation Optional paid plans with a billing dashboard and hosted checkout flow Administrator Features Duralux admin panel with module-based ACL Full content and member management Plugin and theme management SEO dashboard and indexing tools Maintenance mode and updater workflows Security dashboard for IP bans and member sessions Billing workspace for: paid plans currencies orders transaction logs Stripe PayPal Bank Transfer Paid Subscriptions and Billing MYADS includes an optional paid subscriptions system that can be enabled or disabled from /admin/billing/settings. Current billing capabilities: Paid plans with durations, pricing, highlights, and entitlements Manual currency management with a base currency and exchange-rate snapshots Hosted checkout via Stripe and PayPal Manual review flow for Bank Transfer Subscription extension for same-plan repurchase Queued subscriptions for different-plan upgrades Profile badge and ad-credit entitlements Promotion discount support through subscription entitlements Privacy rules: No card details are stored inside MYADS No unnecessary personal payment data is collected Only minimal payment metadata is stored Developer documentation: Paid Subscriptions Guide Technology Stack Backend: Laravel 12 Database: MySQL 5.7+ / MariaDB 10.3+ Frontend: Blade, Bootstrap 5, vanilla JavaScript Auth: Laravel auth, Sanctum, Socialite Testing: PHPUnit 11 Documentation Project documentation is available in Documents/: Manual and Overview Installation Guide System Requirements Upgrade Guide Theme Guide Plugin Guide API Documentation Paid Subscriptions Guide Changelog Installation Fresh Install Make sure the server meets the requirements in Documents/SYSTEM_REQUIREMENTS.md. Upload the project files to your server. Point the document root to public, or use the provided root .htaccess for shared hosting setups. Open: http://your-domain.com/install Follow the installer to: verify requirements and writable paths configure the database generate .env run migrations create the first admin account Upgrade Notes Always back up files and database before any upgrade. Read Documents/UPGRADE.md before applying a new release. Billing features depend on the new billing tables, so incomplete upgrades will surface fallback notices through V420SchemaService. Development Notes Public views use theme:: Admin views use admin:: Admin UI lives in admin_themes/ Billing logic lives under app/Services/Billing/ Billing settings live in options through: AppSupportSubscriptionSettings AppSupportSubscriptionGatewaySettings Any billing-dependent code must respect V420SchemaService::supports('subscriptions_billing') Testing Tests must run only against the isolated testing database Never run destructive test or migration commands against a live site database Billing coverage lives in: tests/Feature/BillingFeatureTest.php Roadmap Direction Current platform direction includes: Continued platform polish for v4.3.x Expansion of billing and monetization tooling More API coverage More real-time and marketplace capabilities License MYADS is open-source software licensed under the MIT License.
(0 ratings)
Reviews0
PriceFree
Views35
Results 21-40 of 250