Skip to content

Conversation

@akrista
Copy link
Contributor

@akrista akrista commented Sep 21, 2025

The dropdown component is using laravel-exceptions-renderer::icons.*, which doesn’t exist in optimized installs, causing php artisan view:cache to fail and the package to not function properly.

I just made these changes

  • laravel-exceptions-renderer::icons.sun > converge::icons.light
  • laravel-exceptions-renderer::icons.moon > converge::icons.dark
  • laravel-exceptions-renderer::icons.computer-desktop > converge::icons.system

Steps to reproduce on a new project:

composer i 
    --no-dev 
    --no-interaction 
    --no-autoloader 
    --no-ansi 
    --no-scripts 
    --audit
composer dump-autoload 
    --classmap-authoritative 
    --no-interaction 
    --no-ansi 
    --no-dev
    php artisan view:cache
    Error:
    In ComponentTagCompiler.php line 315:
  Unable to locate a class or view for component [laravel-exceptions-renderer::icons.sun].

@CharrafiMed CharrafiMed merged commit 32dfc20 into convergephp:master Sep 21, 2025
@CharrafiMed
Copy link
Member

@akrista THANK YOU

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants