Skip to content

Latest commit

 

History

History
executable file
·
35 lines (17 loc) · 707 Bytes

File metadata and controls

executable file
·
35 lines (17 loc) · 707 Bytes

System Developed with Framework Laravel v-5.2

Instalação

1 - Dependências do Projeto

Requisitos help

php 5.5.9+
composer

2 - Instalacao

1 Para instalar as dependências do projeto, execute o seguinte comando:
composer install
2 - Migrações

Para criar as tabelas necessárias, basta rodar o comando:

php artisan migrate

3 - Server Start

Para inicar o APP php artisan

php artisan serve -> http://localhost:8000
php artisan server --host "ip" --port "30" -> http://ip:port

Configure Apache Vhost