frostnova/frostnova

Fully customizable PSR compatible PHP framework

1.1.0 2023-02-10 22:03 UTC

This package is auto-updated.

Last update: 2024-04-11 00:38:16 UTC


README

Fully customizable and PSR compatible PHP framework

  1. 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
  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
      • Run docker-compose up -d
    • Without Docker
      • Start your local http server
  3. Add 127.0.0.1 <domain> to etc/hosts
  4. Go to http://<domain> in your browser
  5. The page should show JSON data