You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2021. It is now read-only.
1- The file names are like '2013_11_28_170337_create_geonames_names.php' but the class name inside the file is 'CreateGeonamesNamesTable'. Either the file name should be '2013_11_28_170337_create_geonames_names_table.php' or the class name should be 'CreateGeonamesNames'
Otherwise it just gives error:
[Symfony\Component\Debug\Exception\FatalThrowableError]
Class 'CreateGeonamesNames' not found
2- The composer dumpautoload is giving errors about duplicate migration files.
Writing lock file
Generating autoload files
Warning: Ambiguous class resolution, "CreateGeonamesNamesTable" was found in both "$baseDir . '/database/migrations/2013_11_28_170337_create_geonames_names.php" and "/laravel_directory/vendor/ipalaus/geonames/src/migrations/2013_11_28_170337_create_geonames_names.php", the first will be used.
I found the same problem mentioned in another issue but removing the classmap from vendor/ipalaus/geonames/composer.json did not help.
Any ideas on when you will fix these and make a release?