Laravel is a popular PHP-frame with open source, designed to quickly and convenient creation of web applications. Laravel documentation is a exhausting source of information that describes all aspects of the framework in detail, ranging from installation and configuration to more complex topics, such as creating APIs, working with databases, tasks, and much more.
Key sections of the Laravel documentation:
1. Installation and initial setting:
• System requirements
• Installation via Composer
• Creating a new project
• Setting `.env` file
2. Main concepts:
• routes (`routes`)
• Controllers (`Controllers')
• Performances (`views`)
• Models (`Models`)
• migrations (`migrations`)
• Services, providers and facades