How can I use bagisot admin with apis only, without themes
-
I create site and want use only admin dashboard with functionality , without any themes , how can i do that??
-
@Megalight
We didn't get your query!! could you please explain in detail. -
I create single page application and its use in another server I don't need Bagisto themes, I use only API Bagsito app
-
@Megalight
As I can understand, you wants to use only the Bagisto API?? -
Yes only API
-
Has any ideas?????
-
Hi Megalight
If you don't want to show your theme on browser just delete or comment all code inside master.blade.php you will find this file " $root_folder/resources/themes/velocity/views/layouts/master.blade.php " on this path but make sure you have original copy of this file.
So by doing this api will work normally but instead of showing theme layout it will show blank page when you hit url.
You can also use java script code inside master.blade.php (after deleting or commenting default code) to redirect it to admin login if you wish.
Thanks!