atayahmet / laravel-nestable

Laravel 5 nested category/menu generator
MIT License
214 stars 52 forks source link

It was updated to version 5.5.23 and the package stopped working. #37

Closed DmitrySkibitsky closed 6 years ago

DmitrySkibitsky commented 6 years ago
Package operations: 1 install, 0 updates, 0 removals
  - Installing atayahmet/laravel-nestable (v0.8.2): Loading from cache
Writing lock file
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover

In ProviderRepository.php line 208:

  Class 'Nestable\NestableServiceProvider::class' not found  

Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1
wakamin commented 6 years ago

Same problem here using Laravel 5.5.23. Version 0.8.2 makes this problem. So I stick with version 0.8.1. @DmitrySkibitsky you can add it in your composer.json file in order to not update to version 0.8.2.

"atayahmet/laravel-nestable": "0.8.1",

Hope there is an update to solve this. @atayahmet thanks for the package anyway. This is a great package.

atayahmet commented 6 years ago

Hi @DmitrySkibitsky , @wakamin

I fixed that auto discovery problem. Please update the package.