- Laravel 11 or ^11
- PHP ^8
1- Pass variable env 2- Edit routes in routes/web.php 3- Create PayPal Controller => app/Http/Controllers/PayPalController.php 4- Create configuration => config/paypal.php 5- Create views page that has button for pay => resourses/views/paypal.blade.php
=> PayPal Mode could be 'sandbox' or 'live'
- Testing is sandbox mode
- Real payment is live mode => Should enable SSL on production