It is, but you still will have to add @csrf token inside your external form.
I imagine you would have to add CSRF protection token inside your form, provide full URL path to the route, that is registered inside Laravel project and then capture request with Controller you've attached to Laravel web route. Can't confirm this yet, as I haven't tried it myself, but in theory this should work.
Also you should probably use Laravel API.
Read more here: https://laracasts.com/discuss/channels/general-discussion/tokenmismatchexception-posting-from-outside-of-laravel
Jun 15, 2019
4
Level 1
Post to controller from raw (.php) page
I was wondering if it's possible to post a form to a Laravel controller from a regular php page in my Laravel application?
Level 1
Please or to participate in this conversation.