Skip to content

aniruddhanath/yii2-rest-api

Repository files navigation

yii2-rest-api

Yii2 Basic Rest Api Example

CONFIGURATION

Database

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

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

Issue: Responds to preflight calls from browser with 404.

About

Yii2 Basic Rest Api Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published