Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 319 Bytes

File metadata and controls

17 lines (11 loc) · 319 Bytes

#Tutorial CRUD com AngularJS, ZF2 e Apigility

Configuração

cd apigility
php composer.phar install
php -S localhost:8888 -t public public/index.php

Em outro terminal

cd crud
php composer.phar install
php -S localhost:8080 -t public public/index.php

Acesse no navegador

localhost:8080