frostnova / frostnova
Fully customizable PSR compatible PHP framework
1.1.0
2023-02-10 22:03 UTC
Requires
- php: ^8.0.0
- psr/container: ^1.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
This package is auto-updated.
Last update: 2023-05-10 22:34:21 UTC
README
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