stefangalescu / statamic-heroicons

Use and easily customize Heroicons in your Statamic templates
MIT License
2 stars 3 forks source link

Statamic 5 Support #6

Closed frknasir closed 4 months ago

stefangalescu commented 4 months ago

Thank you for the contribution! I've gone over the upgrade guide and saw that there are some changes to the testing setup. If you don't mind, I'd like to take the opportunity to go over updating that, as well as the CI/CD setup.

stefangalescu commented 4 months ago

Resolved via #7

frknasir commented 4 months ago

@stefangalescu Thanks! Something I am going through while installing the latest release. Just thought I should let you know.

  Error

  Interface "Facade\IgnitionContracts\ProvidesSolution" not found

  at vendor/stefangalescu/statamic-heroicons/src/Exceptions/IncorrectEngineException.php:10
      6▕ use Facade\IgnitionContracts\ProvidesSolution;
      7▕ use Facade\IgnitionContracts\Solution;
      8▕ use StefanGalescu\Heroicons\Exceptions\Solutions\IncorrectEngineSolution;
      9▕
  ➜  10▕ class IncorrectEngineException extends Exception implements ProvidesSolution
     11▕ {
     12▕     protected $message;
     13▕
     14▕     public function __construct()

      +13 vendor frames

  14  artisan:13
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))

Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1