Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

djay's avatar
Level 2

Can we directly post form date to external website from View

Hi All

Any Suggestions are required

I am trying to post form date from Blade View itself to external website, can it be possible?

Or should I post first to route

Route::post('/donate','DonationController@index');

and then from Donation controller to something like cURL or guzzle to external website

Please provide me suggestions

Thanks Dhananjay

0 likes
3 replies
djay's avatar
Level 2

ok @martinbean

I think blade template is causing hindrance because I am getting MethodNotAllowedEception

Actually I have to pass other data also to external website

Please or to participate in this conversation.