i have a question, How we change the localhost ip address when i publish the app? if we publish the app what website or online server we suppose to use?
So whenever you will plan to host the application you first need to host your backend i.e. node JS once you host node JS you will get one link. That link should be placed in frontend code instead of localhost.
Hello 👋, How can we login as admin and redirect to admin Home without using the radio button as well as for any user ? For example in our database if we have a role column (0 for normal users and 1 for admin). Using this condition, we can easily redirect any user to his dashboard. I can only implement this using Laravel for web development. So help will be useful. Thanks 👍
Correct instead of using radio button you can set user role as 0 or 1 from database or backend and then in laravel handle the navigation as per response.
i have a question, How we change the localhost ip address when i publish the app? if we publish the app what website or online server we suppose to use?
So whenever you will plan to host the application you first need to host your backend i.e. node JS once you host node JS you will get one link. That link should be placed in frontend code instead of localhost.
Hello 👋,
How can we login as admin and redirect to admin Home without using the radio button as well as for any user ? For example in our database if we have a role column (0 for normal users and 1 for admin). Using this condition, we can easily redirect any user to his dashboard. I can only implement this using Laravel for web development. So help will be useful. Thanks 👍
Correct instead of using radio button you can set user role as 0 or 1 from database or backend and then in laravel handle the navigation as per response.
Thanks bro😇