Add Blade component support for logo customization#2
Conversation
|
@ruerdev 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
Co-authored-by: ruerdev <25254145+ruerdev@users.noreply.github.com>
Co-authored-by: ruerdev <25254145+ruerdev@users.noreply.github.com>
|
@copilot The |
Co-authored-by: ruerdev <25254145+ruerdev@users.noreply.github.com>
I've updated the minimum PHP version requirement to 8.4 as requested. The change is in commit 459a474. I also reviewed my previous changes and they remain compatible with PHP 8.4 requirements. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
This PR adds support for using Blade components as logos in Lemme documentation sites, extending the existing logo customization options.
Changes Made
Configuration
componenttype to the logo configuration inconfig/lemme.phpLEMME_LOGO_COMPONENTenvironment variable supportTemplate Rendering
resources/views/docs.blade.phpto handle Blade components<x-dynamic-component>for flexible component renderingDocumentation
README.mdwith comprehensive component usage examplesPHP Version Requirements
Usage
Users can now configure Blade components for logos using:
Or in the config file:
Benefits
Example Component
This implementation provides a modern, flexible alternative to Blade views while maintaining full compatibility with existing configurations.
Fixes #1.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.