I'm using Laravel, and I'm trying to migrate some tables to my DB(phpmyadmin). It was giving me some trouble before, so I eliminated all the rows in the migration table in the DB, so now it has nothing. So I try to run 'php artisan migrate' and I get the following error:
PHP Fatal error: Class 'Table' not found in /var/www/loja/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php on line 301 {"error":{"type":"Symfony\Component\Debug\Exception\FatalErrorException","message":"Class 'Table' not found","file":"/var/www/loja/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php","line":301}}
I don't have any table or class named 'Table'. Anyone know what's wrong?