Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Works on laravel #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

skalero01
Copy link
Contributor

Hi, added some modifications to work with laravel 8 on the composer and also fixed the structure of folders to work with the last version of composer, as we were getting the next errors:

Class Elimuswift\DbExporter\SeederHelper located in ./vendor/elimuswift/db-exporter/src/DbExporter/SeederHelper.php does not comply with psr-4 autoloading standard. Skipping.
Class Elimuswift\DbExporter\DbMigrations located in ./vendor/elimuswift/db-exporter/src/DbExporter/DbMigrations.php does not comply with psr-4 autoloading standard. Skipping.
Class Elimuswift\DbExporter\DbExportHandler located in ./vendor/elimuswift/db-exporter/src/DbExporter/DbExportHandler.php does not comply with psr-4 autoloading standard. Skipping.
Class Elimuswift\DbExporter\DbExportHandlerServiceProvider located in ./vendor/elimuswift/db-exporter/src/DbExporter/DbExportHandlerServiceProvider.php does not comply with psr-4 autoloading standard. Skipping.
Class Elimuswift\DbExporter\Exceptions\InvalidDatabaseException located in ./vendor/elimuswift/db-exporter/src/DbExporter/Exceptions/InvalidDatabaseException.php does not comply with psr-4 autoloading standard. Skipping.
Class Elimuswift\DbExporter\Facades\DbMigrations located in ./vendor/elimuswift/db-exporter/src/DbExporter/Facades/DbMigrations.php does not comply with psr-4 autoloading standard. Skipping.
Class Elimuswift\DbExporter\Facades\DbExportHandler located in ./vendor/elimuswift/db-exporter/src/DbExporter/Facades/DbExportHandler.php does not comply with psr-4 autoloading standard. Skipping.
Class Elimuswift\DbExporter\DbSeeding located in ./vendor/elimuswift/db-exporter/src/DbExporter/DbSeeding.php does not comply with psr-4 autoloading standard. Skipping.
Class Elimuswift\DbExporter\DbExporter located in ./vendor/elimuswift/db-exporter/src/DbExporter/DbExporter.php does not comply with psr-4 autoloading standard. Skipping.
Class Elimuswift\DbExporter\DbMigrationsServiceProvider located in ./vendor/elimuswift/db-exporter/src/DbExporter/DbMigrationsServiceProvider.php does not comply with psr-4 autoloading standard. Skipping.
Class Elimuswift\DbExporter\Commands\MigrationsGeneratorCommand located in ./vendor/elimuswift/db-exporter/src/DbExporter/Commands/MigrationsGeneratorCommand.php does not comply with psr-4 autoloading standard. Skipping.
Class Elimuswift\DbExporter\Commands\GeneratorCommand located in ./vendor/elimuswift/db-exporter/src/DbExporter/Commands/GeneratorCommand.php does not comply with psr-4 autoloading standard. Skipping.
Class Elimuswift\DbExporter\Commands\CopyToRemoteCommand located in ./vendor/elimuswift/db-exporter/src/DbExporter/Commands/CopyToRemoteCommand.php does not comply with psr-4 autoloading standard. Skipping.
Class Elimuswift\DbExporter\Commands\SeedGeneratorCommand located in ./vendor/elimuswift/db-exporter/src/DbExporter/Commands/SeedGeneratorCommand.php does not comply with psr-4 autoloading standard. Skipping.

That are all the errors needed to work with laravel 8 apparently.

If someone wants to use this version just add on the composer json

"repositories": [
        {
            "type": "git",
            "url": "https://github.com/weblabormx/db-exporter.git"
        }
    ],

And change the version of the package to:

"elimuswift/db-exporter": "dev-feature-works-laravel8",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant