Read and edit config/app.php
and setup the 'Datasources' and any other
configuration relevant for your application.
Este aplicativo foi desenvolvido utilizando o framework CakePHP 3.
CakePHP é um framework para desenvolvimento rapido em PHP com comodidade para o usúario de design patterns e Mapeamento Associativo de Dados, Controller de Frente e MVC. Seu objetivo primario é prover um framework estruturado que funciona com PHP em todo os leveis para desenvolvimento Web rapido e robusto sem perda de flexibilidade.
- Instale o git
sudo apt-get install git
- Clone o repositorio, caso tenha permissão
git clone https://gitlab.com/LFelipeEB/emprestei-project.git
- Teste o aplicativo, navegando ate a pasta e executando o 'server cake'
cd emprestei-project
bin/cake server
- CakePHP - The rapid development PHP framework.
- CookBook - The CakePHP user documentation; start learning here!
- API - A reference to CakePHP's classes.
- Plugins - A repository of extensions to the framework.
- The Bakery - Tips, tutorials and articles.
- Community Center - A source for everything community related.
- Training - Join a live session and get skilled with the framework.
- CakeFest - Don't miss our annual CakePHP conference.
- Cake Software Foundation - Promoting development related to CakePHP.
- Slack - Join us on Slack.
- #cakephp on irc.freenode.net - Come chat with us, we have cake.
- Forum - Offical CakePHP forum.
- GitHub Issues - Got issues? Please tell us!
- Roadmaps - Want to contribute? Get involved!
- CONTRIBUTING.md - Quick pointers for contributing to the CakePHP project.
- CookBook "Contributing" Section - Details about contributing to the project.
#Segurança do Cake
Se você encontrar algumas brexa de segurança avise o CakePHP, por favor siga os procedimentos instaciando no sistema de report de bugs. Instead of using the bug tracker, mailing list or IRC please send an email to security [at] cakephp.org. Emails sent to this address go to the CakePHP core team on a private mailing list.
Para cada report, nos tentamos confirmar a vulnerabilidade. Uma vez confirmada, o time cakePHP vai pegar e seguir as ações:
- Acknowledge to the reporter that we’ve received the issue, and are working on a fix. We ask that the reporter keep the issue confidential until we announce it.
- Get a fix/patch prepared.
- Prepare a post describing the vulnerability, and the possible exploits.
- Release new versions of all affected versions.
- Prominently feature the problem in the release announcement.