gustav-php/starter

Starter project for Gustav PHP.

36 2024-04-25 14:53 UTC

README

Installation

Before creating your first GustavPHP project, you should ensure that your local machine has PHP and Composer installed.

After you have installed PHP and Composer, you may create a new GustavPHP project via the create-project command:

composer create-project gustav-php/starter example-app

Usage

After the project has been created, start GustavPHP's local development server using the dev command:

cd example-app

php gustav dev