Getting Started
Getting started with the doMynaton framework.
Requirements
PHP >=7.4
PHP extensions:
ctype
cURL
fileinfo
json
mbstring
openssl
pdo
Installing - TL;DR Version
To get started quickly, clone the starter project.
Once you're done, head over to the Module section to create your first module.
Installing - Longer Version
Install the Framework
The first step is to clone the repository.
You'll then need to create the following directory structure and files:
Prepare the Entry Point to Your App
Open /public/index.php
and paste the following code in it.
Configure Your App
The next step is to configure your app through /config/application.php
. For an example along with an explanation of each setting, see the sample file in the main repository.
Last updated