I am deloying a website on a Linux server .
Ubuntu 22.04 64, PHP 8.1, mysql 8.0.32-0ubuntu0.22.04.2 (Ubuntu).
Laravel works fine in my Macbook.
But when I run php artisan migrate
, it just stucks.
No Exception, no warning, just stop there, letting time fly by.
The same thing happens when I run \DB::table('whatever')
in tinker
.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community