laravel / framework

The Laravel Framework.
https://laravel.com
MIT License
32.39k stars 10.98k forks source link

Lumen 10, undefined method "Laravel\Lumen\Application::joinPaths()" when running "php artisan queue:table" #49212

Closed globox1991 closed 10 months ago

globox1991 commented 10 months ago

Laravel Version

10.0.2

PHP Version

8.2.13

Database Driver & Version

No response

Description

Hi, I'm using Lumen v10.0.2 (fresh installed) and trying to generate tables for jobs with the "php artisan queue:table" command. However I'm getting an exception "Call to undefined method Laravel\Lumen\Application::joinPaths()" in "MigrationGeneratorCommand.php" on line 117.

Same command executes correctly on full Laravel 10

Steps To Reproduce

Clone a fresh Lumen v10.0.2 installation and run "php artisan queue:table"

driesvints commented 10 months ago

We suggest you to use Laravel instead. Please don't install new Lumen projects.

globox1991 commented 10 months ago

Actually, a fresh Lumen installation was used just for the bug verification purposes. I had the same error in my current project after upgrading to Lumen 10 :)