Closed xerox-xeon closed 4 years ago
Did you install the https://github.com/spatie/laravel-permission package? Please follow this guide. https://docs.spatie.be/laravel-permission/v3/installation-laravel/
Schema::create('password_resets', function (Blueprint $table) {
$table->string('email')->index();
$table->string('token')->index();
$table->timestamp('created_at');
});
when I install the nova-permission click user page