LaravelPackages.net
Acme Inc.
Toggle sidebar
frostnova/frostnova

Fully customizable PSR compatible PHP framework

26
0
1.1.0
About frostnova/frostnova

frostnova/frostnova is a Laravel package for fully customizable psr compatible php framework. It currently has 0 GitHub stars and 26 downloads on Packagist (latest version 1.1.0). Install it with composer require frostnova/frostnova. Discover more Laravel packages by frostnova or browse all Laravel packages to compare alternatives.

Last updated

Frostnova

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
Comments