Skip to content

Giving a 403 error #1271

@jim1506

Description

@jim1506

I am using Laravel 12.30 and LFM 2.11

I have used this for some years and of course have the route defined

Route::group(['prefix' => 'laravel-filemanager', 'middleware' => ['web', 'auth']], function () {
    \UniSharp\LaravelFilemanager\Lfm::routes();
});

and the appropriate directory is set to 777. When I click on add an image (in CKEditor 4) the box pops up OK but when I go to browse server to upload etc. I get a 403 error.

Unisharp\Laravelfilemanager\LaravelFilemanagerServiceProvider::class is in the bootstrap.providers

I just can't figure it out!

Metadata

Metadata

Assignees

No one assigned

    Labels

    doneIssue is fixed. Will be closed in 7 days.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions