Skip to content

Should update document #623

@anhducbkhn

Description

@anhducbkhn

I am using Laravel 5.4 and this is my composer.json

"require": {
        "php": ">=5.6.4",
        "doctrine/dbal": "v2.6.2",
        "intervention/image": "^2.4",
        "laravel/framework": "5.4.*",
        "laravel/tinker": "~1.0",
        "unisharp/laravel-filemanager": "~1.8"
    },

I was following document at https://unisharp.github.io/laravel-filemanager/installation

At step 4: when I run command php artisan vendor:publish --tag=lfm_config
it show an error message: 'Class UniSharp\LaravelFilemanager\LaravelFilemanagerServiceProvider::class not found'

After googling and check the code, I found the reason is:
Namespace is 'Unisharp' not 'UniSharp'.

The document should be update

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementOptimization for existing features.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions