devfake / flox

Self Hosted Movie, Series and Anime Watch List
https://flox-demo.pyxl.dev/
MIT License
1.29k stars 190 forks source link

PackageManifest error #191

Open GregTroar opened 2 years ago

GregTroar commented 2 years ago

Hello,

While doing composer install I keep getting the following error:

In PackageManifest.php line 122:

Undefined index: name

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

I have tried deleting the composer.lock and composer update or composer install, no change at all.

Any idea how to solve this ?

Thanks

devfake commented 2 years ago

Could be because your composer version might be too new. Or try a few things here from the post :/

https://stackoverflow.com/questions/61177995/laravel-packagemanifest-php-undefined-index-name

GregTroar commented 2 years ago

ok this worked but I am stuck I do not understand how to setup Apache2 or Nginx after i have done all the steps you mentioned to install, I do not find any guid or whatsoever also impossible to access through reverse proxy. That's a pitty the project sounds really nice.

Thanks for your help though