updated the composer.json file to include illuminate support 9 and illuminate console 9 and illuminate cache 9.
Replaced the getSession() to session() as getSession now returns symphony interface hence, the getSession()->put() method doesn't work same as session()->put().
updated the composer.json file to include illuminate support 9 and illuminate console 9 and illuminate cache 9. Replaced the getSession() to session() as getSession now returns symphony interface hence, the getSession()->put() method doesn't work same as session()->put().