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.
-
Utilizar PHP versão >= 5.5.9
-
Comando necessário para atualizar as dependências (no diretório do app)
composer update
-
Utilizar o Postman para envio das requisições POST
-
Para criar o servidor executar o comando (no diretório do app)
php -S localhost:8000 server.php
Documentation for the framework can be found on the Lumen website.
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed.
The Lumen framework is open-sourced software licensed under the MIT license