Run composer install
Run php artisan migrate:refresh --seed
Run php artisan ide-helper:generate
Fix error 35 when paypal is in server
Change CURLOPT_SSLVERSION
from 1 to 4 in vendor/paypal/lib/PayPal/Core/PayPalHttpConfig.php
Link to fix
Cant Upload images even if png and less than 2Mb
Edit php.ini and configue post_max_size
or upload_max_size
to a higher value