Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.82 KB

readme.md

File metadata and controls

37 lines (24 loc) · 1.82 KB

Lumen PHP Framework

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

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.

Execução

  • 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

Official Documentation

Documentation for the framework can be found on the Lumen website.

Security Vulnerabilities

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.

License

The Lumen framework is open-sourced software licensed under the MIT license