You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
Hi
Thanks for amazing package.
I have two different user panel that one use bootstrap3 and other one using bootstrap4.
how can i change the bootstrap version in runtime base on user role id ?
i see kordy\ticketit\src\ticketServiceProvider.php that the all configuration of bootstrap version can easy change in it , but the problem is as you know i can't get authenticated user information in serviceProvider , and it should done on ViewComposer .
I try to use laravel config helper too , but everything is configuration after the ServiceProvider.
How can i handle this?
thanks.
The text was updated successfully, but these errors were encountered:
Hi
Thanks for amazing package.
I have two different user panel that one use bootstrap3 and other one using bootstrap4.
how can i change the bootstrap version in runtime base on user role id ?
i see
kordy\ticketit\src\ticketServiceProvider.php
that the all configuration of bootstrap version can easy change in it , but the problem is as you know i can't get authenticated user information in serviceProvider , and it should done on ViewComposer .I try to use laravel config helper too , but everything is configuration after the ServiceProvider.
How can i handle this?
thanks.
The text was updated successfully, but these errors were encountered: