tutorial-codeigniter
tutorial-codeigniter copied to clipboard
Command "migrate" is not defined.
saat run composer migrate muncul error seperti ini.
Command "migrate" is not defined.
Coba jalankan pakai perintah ini:
composer run migrate
Atau kalau masih gagal, bisa jalankan manual dengan perintah ini:
php public/index.php migrate
error saat php public/index.php migrate
The migration class "Migration_Add_article" is missing an "up" method.
i dont know