fenrir-soft/project

A project template to make creating new Fenrir Framework projects easier.

1.0.0 2024-10-14 00:29 UTC

This package is auto-updated.

Last update: 2024-12-14 00:45:55 UTC


README

Installation

Run the following command:

$ composer create-project fenrir-soft/project

Than copy or rename the example.env file to create the .env file

Running the dev server

To run the dev server, run the following command:

$ composer run dev