Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Gularis's avatar

php artisan not working

Hi I am beggining with laravel and I was using sqlite database but now I am switching to mysql, so I changed the app/database.php file accordingly and when Im trying to migrate the tables Im getting these errors.

[Illuminate\Database\QueryException] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'elbeplus.categories' doesn't exist ( SQL: select * from 'categories')

[PDOException] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'elbeplus.categories' doesn't exist.

Even more weird is im getting this same two errors just when Im trying to access php artisan not even migrating..

Any suggestions? Thanks.

0 likes
0 replies

Please or to participate in this conversation.