laravel-admin icon indicating copy to clipboard operation
laravel-admin copied to clipboard

how to separate the admin and frontend as diferent domain?

Open Sivan4562 opened this issue 1 year ago • 0 comments

  • Laravel Version: 5.6.*
  • PHP Version: 7.4
  • Laravel-admin: ^1.6

Description:

I need to separate the admin panel as one domain and the front end as another domain but the code and structure are the same (for-eg: I write a code for the backend and frontend I access through adb.com/admin and adb.com/home now I want to access like adb.com/admin as admin and frontend.adb.com/home as a front-end if the employee does not access the admin only access the employee panel). because I want to manage the admin panel only admin, not as an employee. this is what I wish to change and how can I achieve them?

Sivan4562 avatar May 12 '23 07:05 Sivan4562