Home »
MCQs »
Laravel MCQs
In Laravel which method is used to store the data in session?
53. In Laravel which method is used to store the data in session?
- Get()
- Post()
- Put()
Answer: C) Put()
Explanation:
Put() method is used to store the data in session.