https://github.com/ironexdev/frostnova
Fully customizable, minimal and PSR compatible PHP framework
https://github.com/ironexdev/frostnova
Last synced: 5 months ago
JSON representation
Fully customizable, minimal and PSR compatible PHP framework
- Host: GitHub
- URL: https://github.com/ironexdev/frostnova
- Owner: ironexdev
- Created: 2025-01-25T09:31:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-25T09:33:20.000Z (over 1 year ago)
- Last Synced: 2025-05-15T15:16:00.855Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frostnova
Fully customizable and [PSR](https://www.php-fig.org) compatible PHP framework
1) Run `composer create-project frostnova/starter ` 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`](https://github.com/ironexdev/frostnova-docker/blob/master/images/app/Dockerfile) that is used in frostnova/docker
2) 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](https://github.com/ironexdev/frostnova-docker/blob/master/images/http-proxy/default.conf)
- Run `docker-compose up -d`
- Without Docker
- Start your local http server
3) Add `127.0.0.1 ` to etc/hosts
4) Go to `http://` in your browser
5) The page should show JSON data