-
Notifications
You must be signed in to change notification settings - Fork 0
01_Installation
Hossein Pira edited this page Sep 8, 2024
·
1 revision
You need Composer, if you don't have it, install it from https://getcomposer.org.
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
- Navigate to the repository directory using the following command:
cd myapp
- 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.
- 1 - Installation
- 2 - Routing
- 3 - HTTP Request
- 4 - CORS
- 5 - Environment Variables
- 6 - Views
- 7 - Database
- 1 - Installation
- 2 - Routing
- 3 - HTTP Request
- 4 - CORS
- 5 - Environment Variables
- 6 - Views
- 7 - Database