hgh / fox
The fox
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:Hack
Type:project
Requires
- ext-json: *
- ext-mcrypt: *
- ext-openssl: *
- ext-pdo: *
- hgh/fox-framework: ^1.0
- vlucas/phpdotenv: ^4.1
This package is auto-updated.
Last update: 2024-12-18 06:00:17 UTC
README
The sample project for the fox framework.
Table of contents
Installation
Step 1: Create Project
create the project by following composer command:
composer create-project hgh/fox
Step 2: Composer install
Install packages by following composer command:
composer install
Step 3: Create .env
Create .env
file. You can use the example provided for you.