-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Class 'Illuminate\Foundation\Application' not found in file (When using Lumen) #1042
Comments
I guess for anyone trying to reproduce this some additional info can be very helpful. Perhaps you have a stack trace or could you share your composer.lock and composer.json? |
Due to company restrictions I can't share those files fully. But I can provide more information when needed |
I stacktrace would be helpful but I can imagine a simple test with lumen and installing it will already expose it (don't have the time right now though) |
Thanks! The Laravel 8 comaptibility PR #1026 broke Lumen 😢 |
Fixes barryvdh#1042 Got broken by barryvdh#1026 TL;DR: can't use anything in the `Illuminate\Foundation` namespace without safety check, as it doesn't exist in Lumen.
Fixes barryvdh#1042 Got broken by barryvdh#1026 TL;DR: can't use anything in the `Illuminate\Foundation` namespace without safety check, as it doesn't exist in Lumen.
Yes, I'll let you know tomorrow |
Thanks in advance for the fix! |
Fixes barryvdh#1042 Got broken by barryvdh#1026 TL;DR: can't use anything in the `Illuminate\Foundation` namespace without safety check, as it doesn't exist in Lumen.
Fixes barryvdh#1042 Got broken by barryvdh#1026 TL;DR: can't use anything in the `Illuminate\Foundation` namespace without safety check, as it doesn't exist in Lumen.
* Fix compatibility with Lumen Fixes barryvdh/laravel-ide-helper#1042 Got broken by barryvdh/laravel-ide-helper#1026 TL;DR: can't use anything in the `Illuminate\Foundation` namespace without safety check, as it doesn't exist in Lumen. * Add helper to check for Laravel * Use helper to check for Laravel
* Fix compatibility with Lumen Fixes barryvdh/laravel-ide-helper#1042 Got broken by barryvdh/laravel-ide-helper#1026 TL;DR: can't use anything in the `Illuminate\Foundation` namespace without safety check, as it doesn't exist in Lumen. * Add helper to check for Laravel * Use helper to check for Laravel
* Fix compatibility with Lumen Fixes barryvdh/laravel-ide-helper#1042 Got broken by barryvdh/laravel-ide-helper#1026 TL;DR: can't use anything in the `Illuminate\Foundation` namespace without safety check, as it doesn't exist in Lumen. * Add helper to check for Laravel * Use helper to check for Laravel
* Fix compatibility with Lumen Fixes barryvdh/laravel-ide-helper#1042 Got broken by barryvdh/laravel-ide-helper#1026 TL;DR: can't use anything in the `Illuminate\Foundation` namespace without safety check, as it doesn't exist in Lumen. * Add helper to check for Laravel * Use helper to check for Laravel
* Fix compatibility with Lumen Fixes barryvdh/laravel-ide-helper#1042 Got broken by barryvdh/laravel-ide-helper#1026 TL;DR: can't use anything in the `Illuminate\Foundation` namespace without safety check, as it doesn't exist in Lumen. * Add helper to check for Laravel * Use helper to check for Laravel
Versions:
Description:
It seems that a change broke the integration with Lumen. IlluminateFoundation\Application is not available there.
The text was updated successfully, but these errors were encountered: