Activisme-be / Blade-github-octicons

A package to easily make use of Github Octicons in your Laravel Blade views.
MIT License
5 stars 5 forks source link

Class 'Actb\BladeGithubOcticons\FeatherIconsServiceProvider' not found #6

Closed Wulfheart closed 4 years ago

Wulfheart commented 4 years ago
$composer require actb/blade-github-octicons
Using version ^1.0 for actb/blade-github-octicons
./composer.json has been updated
Running composer update actb/blade-github-octicons
Loading composer repositories with package information
Updating dependencies
Lock file operations: 2 installs, 0 updates, 0 removals
  - Locking actb/blade-github-octicons (1.0.0)
  - Locking blade-ui-kit/blade-icons (0.4.3)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 2 installs, 0 updates, 0 removals
  - Downloading blade-ui-kit/blade-icons (0.4.3)
  - Downloading actb/blade-github-octicons (1.0.0)
  - Installing blade-ui-kit/blade-icons (0.4.3): Extracting archive
  - Installing actb/blade-github-octicons (1.0.0): Extracting archive
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi

In ProviderRepository.php line 208:

  Class 'Actb\BladeGithubOcticons\FeatherIconsServiceProvider' not found

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

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Wait... what? I wanted octicons, not feathericons. 😂 grafik

Tjoosten commented 4 years ago

Ugg sorry for the mistake @Wulfheart.

i copied the composer from an earlier blade icon ui kit i was working on. But there was already one. So i started with this one.