Skip to content

Ravend6/yii_sinoptik_junior

Repository files navigation

Yii SINOPTIK JUNIOR

INSTALLATION

  • import yii_sinoptik_junior.sql
  • composer install
  • php -S localhost:8000 -t web

CONFIGURATION

Database

Edit the file config/db.php with real data, for example:

return [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=localhost;dbname=yii2basic',
    'username' => 'root',
    'password' => '1234',
    'charset' => 'utf8',
];

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published