did you find any solution to this ?i got this error >>
Code:root@:/www/wwwroot/domain.com# php artisan migrate:fresh Illuminate\Database\QueryException SQLSTATE[42S02]: Base table or view not found: 1146 Table 'poscrm.company' doesn't exist (Connection: mysql, SQL: select * from `company` limit 1) at vendor/laravel/framework/src/Illuminate/Database/Connection.php:829 825▕ $this->getName(), $query, $this->prepareBindings($bindings), $e 826▕ ); 827▕ } 828▕ ➜ 829▕ throw new QueryException( 830▕ $this->getName(), $query, $this->prepareBindings($bindings), $e 831▕ ); 832▕ } 833▕ } 1 [internal]:0 Illuminate\Foundation\Application::Illuminate\Foundation\{closure}() +15 vendor frames 17 app/Services/CacheService.php:26 Illuminate\Database\Eloquent\Model::__callStatic()
@raz0r The database is not importing. please check. Also I tried to enter the migration commands but still its not working.