Skip to content

Fresh Install Laravel 11 $table->nestedSet(); Method Not Found. #611

Open
@nedigitalsolutions

Description

@nedigitalsolutions

Upon a fresh installation of laravel 11 along with this package,
upon migration I recieve the errror nestedSet(); method not found.

Simply trying to run this migration :

Schema::create('categories', function (Blueprint $table) {
$table->id();
$table->string('name');
$table->string('slug')->unique();
$table->nestedSet();
$table->timestamps();
});

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