5 Replies
Im making menu builder / resutoran food ordering system in laravel and most of part are complited but i stuck in food ordering
rn i usee phone number and user name and password for resutoran owners to access the dashboard
but not sure for the customer i should make new data base like customers and users
cuse in customers i want to do auth with only phone number and otp code
not sure i should make 2 table or some how keep them in 1 table
and how handel and manage 2 diffrent table auth
i would separate both
and can i still use the same auth i use for the dashboard for the customers ? i dont need new table for sesions and ... ?
i would handle both separatedly
ok tnx