falgunphp/skeleton

This is skeleton for Falgun Framework.

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

dev-master 2021-06-26 20:12 UTC

This package is auto-updated.

Last update: 2025-05-27 04:54:10 UTC


README

Application Skeleton for Falgun Framework.

Install

Please note that PHP 7.4 or higher is required.

Via Composer

$ composer create-project falgunphp/skeleton --stability=dev --no-dev
# after installation, we can start local server on port 8080 
$ cd skeleton/ && php -S localhost:8080 -t public/

License

The MIT License (MIT). Please see License File for more information.