Skip to content
Asliddinbek Azizovich edited this page May 11, 2020 · 1 revision

Welcome to the xFramework wiki!

  1. Before you start work at project, you must create runtime folder inside root directory and make a requests.log file for logging any errors.

  2. Type your terminal

    composer update
  3. For connecting to database add this code to config/main.php file:

            'database' => [
                'host' => 'localhost',
                'port' => '3306',
                'engine' => 'mysql',
                'username' => 'db_user',
                'password' => 'db_pass',
                'dbname' => 'xFramework',
                'charset' => 'utf8'
            ]

    XFramework had written by Uzbek PHP developers.

  4. Please after you create new class or namespace update your composer.json

Clone this wiki locally