InterviewSolution
Saved Bookmarks
| 1. |
What is lumen? |
|
Answer» Lumen is a newly introduced micro PHP framework which is a faster, smaller and LEANER VERSION of a full WEB application framework. It is introduced by Taylor Otwell, the creator of Laravel. It uses the same components as Laravel, but especially for microservices. It has a simple installer like Laravel. You have to USE this command to install lumen. |
|