The project has been edited to avoid compromising sensitive data. Serves as a sample project. The project is built to act as a microservice storing booked appointements. Has logic for making external request to Basic Auth and NTLM. Logging to database and Microsoft Teams notification channel. Set of API endpoint to work with booked time intervals, etc.
Для начала работы требуется установить зависимости, скопировать и настроить файл окружения.
composer install
cp .env.example .env
Для генерации ключа приложения, смены прав для storage, сборки и запуска контейнеров:
sh deploy_development.sh
Для запуска миграций, сидов и синхронизации данных центров:
sh db_setup.sh
Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Lumen attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction, queueing, and caching.
Documentation for the framework can be found on the Lumen website.
The Lumen framework is open-sourced software licensed under the MIT license.