Hi,
The same here... looking deeper to find what happens... Has something with last workbench updates...
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
when i run this:
php artisan make:migration create_topics_table --create="topics"
I am getting :
Created Migration: 2014_12_07_201554_create_topics_table exception 'InvalidArgumentException' with message 'Command "dump-autoload" is not defined.' in /Users/.../vendor/symfony/console/Symfony/Component/Console/Application.php:549
I have no problem with L4. any idea ?
Might be an idea to use an older version in composer.json for the time being?
this one might work:
"laravel/framework": "dev-master#846c935194a036901ba6b4397c8897fa51e19111",
Please or to participate in this conversation.