Skip to content

FileHandler Path Issue #11

@pk-kissdevs

Description

@pk-kissdevs

This occurs in some setups where the app folder is not named 'app' and instead bears a different name.

robinncode/db_craft/src/Libraries/FileHandler.php line 76 can be changed from:

$targetDir = ROOTPATH . 'app/Database/Migrations/';
to:

$targetDir = APPPATH . '/Database/Migrations/';

for improved compatibility.

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