niclas-timm / laravel-nextjs-starter

A Starter Kit for applications with Laravel as the API and NextJS for the Frontend
308 stars 82 forks source link

Create Super-Admin user #13

Closed niclas-timm closed 3 years ago

niclas-timm commented 3 years ago

The user with id 1 should have the name super-admin and an email address specified by the user. The account should also have the role "admin", which means that a corrensponding column on the users table must be created.

niclas-timm commented 3 years ago

Done and merged into main.