Replies: 1 comment
-
#38747 ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I am trying to install any latest version of Laravel 8x through Forge. I get the following error which clearly says php 7.4 is needed. However all the laravel 8x documents say it needs 7.3 version of php.
I tried to fix the problem by taking little older version of laraval 8 . I already have laravel ("laravel/framework": "^8.40",) running fine for a different website with php7.3. However the same codebase when built freshly(compsoer update) need the following packages which is not working with PHP7.3 anymore.
Problem 1
Problem 2
Problem 3
Steps To Reproduce:
Beta Was this translation helpful? Give feedback.
All reactions