Laravel SessionManager
class is bind to $app['session']
in app container. when we inject a dependency through __construct( SessionManager $session)
does it reinstantiate the class or uses $app['session']
? or we should inject the $app
into the class constructor and access its session key ?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community