Downgrade my laravel project I want to downgrade my laravel app 9 to 8.
client server doesnt support php 8 version.
Please help me out
Did you try and explain that they will need to upgrade to php 8 before November anyways ? Sounds like they are just going to have to pay for a downgrade now and an upgrade in 2-3 months https://www.php.net/supported-versions.php
@Sinnbeck thanks a lot i have installed breeze in it .can you tell me the code to add in the composer json so that it will work.
@Sinnbeck
iam getting this error
In Facade.php line 178:
Facade does not implement getFacadeAccessor method.
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
PS C:\xampp\htdocs\test> php artisan serve
In Facade.php line 178:
Facade does not implement getFacadeAccessor method.
@SurajKumar I really suggest comparing all files. Laravel isn't meant to be downgraded. Also go over the upgrade guide 'in reverse'
Please sign in or create an account to participate in this conversation.