# 🧩 Laravel Vuexy Website Admin
--- ## 📌 Description **Laravel Vuexy Website Admin** is a core plugin in the **Koneko ERP** ecosystem. Built on Laravel 11 and integrated with the official `laravel-vuexy-admin` system, this package provides a powerful content management interface for corporate and eCommerce websites. It enables complete control over site configuration, SEO optimization, domain management, multilingual support, and template rendering. The module follows modern coding standards and is compatible with Redis, PostgreSQL, and multi-site deployments. --- ### 📦 Main Features * Multi-site and multi-domain support * Site-level settings and branding configuration * SEO profile management with OpenGraph, Twitter Cards, JSON-LD, and canonical settings * Sitemap, robots.txt, and manifest.json integration * CMS with dynamic blocks, reusable menus, and content versioning * Full page and block-based caching system * Template selector and preview system * Blog module with categories, tags, articles, and comment moderation * API integration for Google, Meta, WhatsApp, Tawk.to, and more * Translation and localization tools (DeepL, Google Translate) --- ### 🚀 Quick Installation ```bash composer require koneko/laravel-vuexy-website-admin php artisan migrate --seed php artisan vendor:publish --tag=vuexy-website-admin-config ``` > You must have `laravel-vuexy-admin` installed before using this plugin. --- ### 📦 Included Commands ```bash php artisan website:seo-helper php artisan website:menu-helper php artisan website:content-helper php artisan website:cache-helper php artisan website:sitemap-generate ``` --- ### ⚙️ Publicación de archivos This package publishes: * Routes, views and Livewire components * Configuration and permissions files (RBAC) * Artisan commands and content generators * Menu and modular system extensions ```bash php artisan vendor:publish --tag=vuexy-website-admin-config ``` --- ### 🔧 Uso y personalización This module allows you to customize its structure and behavior using: * Middlewares for web and content context * Multisite configuration with support for dynamic templates * Decoupled view system compatible with Blade, Vite and partial rendering You can extend or override any published view, layout or Livewire component. --- ### 🛠️ Requirements * PHP `^8.2` * Laravel `^11.31` * [koneko/laravel-vuexy-admin](https://github.com/koneko-mx/laravel-vuexy-admin) install and configured --- ## 📄 License This package is licensed under the [custom Business Source License 1.1](LICENSE), transitioning to MIT after 3 years. For commercial usage, redistribution, or extended usage, please contact: 📧 [opensource@koneko.mx](mailto:opensource@koneko.mx) --- ## 📚 More Information * [Vuexy Admin Core](https://github.com/koneko-mx/laravel-vuexy-admin) * [Documentation in Spanish](README.md) * [Koneko ST Official Website](https://koneko.mx) * [Contact Email](mailto:opensource@koneko.mx) ---Made with ❤️ in Mexico by Koneko Soluciones Tecnológicas