Skip to content

Problem with migrations #34

@budhead

Description

@budhead

php artisan db:seed --class=RoleTableSeeder
php artisan db:seed --class=PermissionTableSeeder
php artisan db:seed --class=UserTableSeeder

This commands fail on initial install because this tables are not in migrations (except user table, but the seed needs user_role table with is not available)

When I create tables manually everything works ... except that in the admin panel in user part some classes are missing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions