Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 633 Bytes

readme.md

File metadata and controls

20 lines (12 loc) · 633 Bytes

Install Composer Packages

Run composer install

Migrate and Populate Database

Run php artisan migrate:refresh --seed

Generate IDE Helper File

Run php artisan ide-helper:generate

Notes

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