Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.
/ phalcon4-docker Public archive

Boilerplate project structure using Phalcon PHP Framework 4

License

Notifications You must be signed in to change notification settings

someson/phalcon4-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

$ git clone https://github.com/someson/phalcon4-docker.git
$ docker-compose up -d --build
  • add to your [...]/etc/hosts
127.0.0.1 phalcon4.test

Tests

$ docker exec -it p4-app ./vendor/bin/codecept run

or (equal)

$ docker-compose exec app-service ./vendor/bin/codecept run

Devtools

$ docker-compose exec app-service ./vendor/bin/phalcon serve

or "detached":

$ docker-compose exec -d app-service ./vendor/bin/phalcon serve

url: http://phalcon4.test:8000/webtools.php

About

Boilerplate project structure using Phalcon PHP Framework 4

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published