All notable changes to this project will be documented in this file.
-
Replaced manual panels::topbar.end render hook (which injected the public frontend LocaleSwitcher Livewire component, looking unstyled) with the official language switch plugin — auto-places a native icon button in the Filament topbar
-
Rebuilt Vite assets (npm run build) to include the language switch plugin CSS in the compiled theme
-
Wrapped $blog->getFirstMediaUrl() call in blog-detail.blade.php with Laravel's rescue() helper to fall back to the default OG image instead of crashing when the media table is unavailable
-
Removed broken @php block from modules/UIShowcase/views/layouts/showcase.blade.php that referenced the non-existent \Illuminate\Support\View::yieldContent() method, causing a 500 error on all UIShowcase pages
-
SECURITY.md file with security policy and disclosure process
-
CONTRIBUTING.md file with comprehensive contribution guidelines
-
CODEOWNERS file for repository maintainers
-
GitHub issue templates (Bug Report, Feature Request, Documentation)
-
Pull request template with checklist
-
GitHub Actions workflows for Tests, Code Quality, and Build verification
-
Composer scripts for quality assurance: test, pint, pint-test, phpstan, review
-
Demo credentials documentation in README
-
Structured README with improved layout following best practices
-
ROADMAP.md with detailed multi-version development plans
-
phpstan.neon.dist configuration file for static analysis
-
Screenshot placeholders in README with proper image paths
-
SCREENSHOT_GUIDE.md with detailed instructions for capturing product screenshots
-
Comparison documentation: LaraCoreKit vs Larament
-
Comparison documentation: LaraCoreKit vs Official Livewire Starter Kit
-
Comprehensive FAQ documentation (docs/faq.md)
-
ISSUES_TO_SEED.md guide for creating GitHub issues
-
DOCUMENTATION_METADATA_GUIDE.md for standardizing docs pages
-
README_REPOSITORY.md with suggested repository About text and topics
-
IMPLEMENTATION_CHECKLIST.md tracking audit recommendations
-
Documentation page metadata template and examples
-
AUDIT_COMPLETION_REPORT.md with comprehensive implementation status
-
Metadata headers to 9 documentation pages with stack versions and update dates
-
Hreflang tags to main layout for multilingual SEO
-
Metadata headers to additional 11 documentation pages (modules and features)