Laravel: Separate DB Tables for Roles? I Don’t Recommend It
This is my opinion on the way of structuring DB profiles for users like “admins“ and “users“ in separate tables.
Full lesson: “ API: Profile Fields Structure“
- - - - -
Support the channel by checking out my products:
- My Laravel courses:
- Laravel QuickAdminPanel:
- Livewire Kit Components:
- - - - -
Other places to follow:
- My weekly Laravel newsletter:
- My personal Twitter:
8 views
16
2
6 months ago 00:02:58 2
Laravel Policies and Traits: Jetstream Example
8 months ago 00:09:50 1
NEW Laravel 11: Review of 11 Features/Changes
9 months ago 00:05:37 2
Traits in Laravel: Practical Example of Multiple Levels
9 months ago 00:30:33 6
Создание страниц и публикация ресурсов в MoonShine
10 months ago 02:30:35 3
Laravel Filament Tutorial for Beginners | Build a mini Students Management System | Updated for V3
11 months ago 00:03:59 3
How to ignore some PHPUnit/Pest tests by default--and how I use this with Laravel’s Jetstream
12 months ago 10:44:08 6
PHP For Beginners - Complete Course (2023)
1 year ago 00:03:22 2
Laravel HasMany: Show Comma-Separated Children - 2 Ways
1 year ago 00:25:37 7
Laravel: CQRS + Event Bus | DO NOT let your DB go brrrr..
1 year ago 00:04:17 5
NEW in Filament 3: Multiple Panels
1 year ago 00:03:35 1
Refactoring HomeController with A LOT of if-statements
1 year ago 00:05:50 1
Laravel: Separate Controllers/Views for Admins/Managers?
1 year ago 00:18:22 6
Laravel CRUD Review: (In)Consistent Model and Controller
1 year ago 00:05:41 8
Laravel: Separate DB Tables for Roles? I Don’t Recommend It
2 years ago 00:04:15 1
Laravel Filament: Separate Dashboard for User Roles?
2 years ago 00:21:21 3
Easily deploy a Laravel application with Docker
2 years ago 00:16:55 1
Running Scheduled Laravel Tasks with Docker
2 years ago 00:13:20 1
Running multiple Laravel apps locally with Docker
3 years ago 00:10:44 3
A Review of Laravel Breeze’s API and
3 years ago 00:02:01 3
Laravel Factory States: Create Model “Sub-Types“
3 years ago 00:05:26 8
User Roles: Many Fields in Users, or Separate Tables?
3 years ago 00:15:30 19
Laravel Junior Code Review: 12 Tips on Everything
3 years ago 00:08:29 18
Laravel Form Request: Store/Update - Same or Separate Class?
3 years ago 00:05:20 4
Livewire: Split Component into Two Components With Events