Difference between #12 and #13 of
Yii3 - How to start

Revision #13 has been created by rackycz rackycz on Oct 8, 2025, 1:36:21 PM with the memo:

edit
« previous (#12) next (#14) »

Changes

Title unchanged

Yii3 - How to start

Category unchanged

Tutorials

Yii version unchanged

3.0

Tags unchanged

Content changed

[...]
```php
$b->dropTable('user');
```

## Running the migrations
Try to run "make yii migrate:up" and you will see error "could not find driver", because file "docker/Dockerfile" does not install the "pdo_mysql" extention. Add it to the
place where "install-php-extensions" is called.

Then call:
- make down
- make build
- make up
[...]
1 0
2 followers
Viewed: 599 times
Version: 3.0
Category: Tutorials
Tags:
Written by: rackycz rackycz
Last updated by: rackycz rackycz
Created on: Oct 8, 2025
Last updated: 2 days ago
Update Article

Revisions

View all history