Skip to content

Error with Laravel 5.1 (with fix) #30

Open
@isometriq

Description

@isometriq

I could not use it directly in laravel 5.1 because of:

public function boot()
{
$this->package('nwidart/db-exporter');
}

To fix it, i overriden these classes in my app:
DbExportHandlerServiceProvider
DbMigrationsServiceProvider

to have the boot() method empty
(no call to ->package which does not exists)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions