Skip to content

Tag: laravel

How to send payments to multiple receiver?

I appreciate your advice on this matter. I’ve been looking for a way to send payments to multiple receivers from paypal for a few days, I’m developing a platform in Laravel, and I’ve tried the api-sdk-php, and it works perfectly for individual payments however, I have not got the correspondi…

AWS SES Email not verified with Laravel

I have this mail test class to send email to user by SES: by tinker: Even I opened case and convert from sandbox to production: My .env: Am I missing something? The error:: Answer Moving from Sandbox to Production only eliminates the requirement to verify the recipient addresses , however, you must need to ve…

Laravel Custom Admin Login is not working

I have been developing a Laravel Auth system where there is a admin panel I had to create a custom admin authentication system. After after going through all the steps the login system is not working. After submitting the login form it redirect me to the same login page again instead of redirecting to the das…

Failed to install laravel/jetstream on laravel 8

after the installation of jetstream via composer composer require laravel/jetstream then suddenly get an ErrorException that there’s no such file or directory. I use this guideline for the installation. https://jetstream.laravel.com/1.x/installation.html I tried to delete the vendor and run composer upd…