Skip to content

01_Installation

Hossein Pira edited this page Sep 8, 2024 · 1 revision

Important notes:

You need Composer, if you don't have it, install it from https://getcomposer.org.

Getting Started

To get started with SyntoraPHP, you can use Composer to create a new project. Simply run the following command:

composer create-project pira/syntora myapp
  1. Navigate to the repository directory using the following command:
cd myapp
  1. Start php app using the following command:
php -S localhost:8000

Once you have a web server installed and running, you can navigate to localhost:8000 in your web browser to see the first test.

Clone this wiki locally