Fully customizable and PSR compatible PHP framework
- Run
composer create-project frostnova/starter <folder>
to create a new project.- If you plan to use Docker, make sure that you have (locally) same PHP version as the version
^8.0.0
that is used in frostnova/docker
- If you plan to use Docker, make sure that you have (locally) same PHP version as the version
- Prepare development environment
- With Docker
- Run
composer run add-docker
from the newly created project to add Docker development environment. - Edit domain in http server configuration
- Run
docker-compose up -d
- Run
- Without Docker
- Start your local http server
- With Docker
- Add
127.0.0.1 <domain>
to etc/hosts - Go to
http://<domain>
in your browser - The page should show JSON data