If I run the composer dump-autoload
in command line following happens :
Generating autoload files
Warning: Ambiguous class resolution, "CreateRevisionsTable" was found in both "$baseDir . '/app/database/migrations/2013_04_09_062329_create_revisions_table.php" and "C:\Users\Username\PhpstormProjects\projectname\www\ve ndor/venturecraft/revisionable/src/migrations\2013_04_09_062329_create_revisions_table.php" the first will be used
But then nothing happenes and if i want to go and check out my project in browser he can´t find the Classes.
The autoload_classmap
seems to be correct, too but still the error.
I tried to fix it for half a week and don´t seem to get a solution.
Please help.
Edit : Pasted in the file directorys Additional Note : This error only happens to me. Other people working on this repository( shared via git) are totally fine
I recently upgraded my xampp to the php 7 version but even if i downgrade again it won´t work...