vyuldashev / nova-permission

A Laravel Nova tool for Spatie's laravel-permission library
https://novapackages.com/packages/vyuldashev/nova-permission
419 stars 217 forks source link

where is the sql file? #126

Closed xerox-xeon closed 4 years ago

xerox-xeon commented 4 years ago

when I install the nova-permission click user page

image

svenvanhees commented 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/

xerox-xeon commented 4 years ago
        Schema::create('password_resets', function (Blueprint $table) {
            $table->string('email')->index();
            $table->string('token')->index();
            $table->timestamp('created_at');
        });