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

vikin's avatar

Execute PHP artisan make: migration without any error messages, but also is not running

Execute PHP artisan make: migration without any error messages, but also is not running;can you tell me how to solve?

0 likes
5 replies
vikin's avatar

Hi bobbybouwmann , I confirm that commant is correct;

vikin's avatar

commant is [ php artisan make:migration create_goods_table --create="goods" ]

anouarabsslm's avatar

try this instead php artisan make:migration create_goods_table --table=goods

vikin's avatar

Hello xroot , I think it is a file cause this problem, but I checked my file, did not find problems

Please or to participate in this conversation.