fenrir-soft/framework

1.0.0 2024-10-14 00:13 UTC

This package is auto-updated.

Last update: 2024-12-14 00:43:57 UTC


README

Requirements

  • php 8.2+

Installation

Create a composer.json file

{
    "scripts": {
        "dev": "serve --host=0.0.0.0 --port=0"
    },
    "require": {
        "fenrir-soft/framework": "^1.0"
    },
    "autoload": {
        "psr-4": {
            "": "src/"
        }
    }
}

then run the command:

$ composer install

Running the dev server

To run the dev server, run the command:

$ composer run dev