-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Asliddinbek Azizovich edited this page May 11, 2020
·
1 revision
-
Before you start work at project, you must create runtime folder inside root directory and make a requests.log file for logging any errors.
-
Type your terminal
composer update
-
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.
-
Please after you create new class or namespace update your composer.json