undefined package

 > Illuminate\Foundation\ComposerScripts::postAutoloadDump >

 @php artisan package:discover --ansi 

In PackageManifest.php line 122: 

Undefined index: name


composer update

composer install

composer dump-autoload

No comments:

Post a Comment

How to host application on server new way

 copy the htacess from public to root copy the server.php from public to root but rename to index.php htacess <IfModule mod_rewrite.c>...