Skip to content
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

Laravel 11: Unable to Install #18

Open
enarltd opened this issue Sep 25, 2024 · 5 comments
Open

Laravel 11: Unable to Install #18

enarltd opened this issue Sep 25, 2024 · 5 comments

Comments

@enarltd
Copy link

enarltd commented Sep 25, 2024

Describe the bug
I get an error of not finding Kernel.php in Laravel 11

To Reproduce
Steps to reproduce the behavior:

  1. Run the install command in laravel 11

Expected behavior
Should install without any issues

Screenshots
Screenshot 2024-09-25 at 12 05 55 PM

Desktop (please complete the following information):

  • MacOS
@Freddywhest
Copy link
Owner

Laravel 11 changes a lots of how laravel works. I will check and fix it

@enarltd
Copy link
Author

enarltd commented Sep 26, 2024

Sure...
On standby

@Sadicko
Copy link

Sadicko commented Dec 28, 2024

Has this issue been solved? It is not working when I tried it.

@Freddywhest
Copy link
Owner

I'm not sure, I will check and fix it

@Sadicko
Copy link

Sadicko commented Dec 29, 2024

I am getting below error

Maximum call stack size of 8339456 bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reached. Infinite recursion?

That is when I access

$order = Order::first();
dd($order->data());

I have tried several solutions but still getting the same issue.
Is there something I am not doing right @Freddywhest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants