InterviewSolution
Saved Bookmarks
| 1. |
What is composer lock in laravel? |
|
Answer» After RUNNING the composer INSTALL in the PROJECT directory, the composer will generate the composer.lock file.It will KEEP a record of all the DEPENDENCIES and sub-dependencies which is being installed by the composer.json. |
|