i am using vue js on my frontend and laravel for backend side. I have create a form when i can post data on db using axios to pass data on laravel controller. But what i am trying now is to pass data from laravel to vue js. I have done this in one way but i thisk there is...
I am building an integration to a payment gateway and have some pieces working independently and am now at the point where I need to handover some tokenized data to my controller so it can POST to to the payment gateway and get the response. So the flow is:User...
Authenticate users with Passkeys: fingerprints, patterns and biometric data.// App\Http\Controllers\LoginController.php use Laragear\WebAuthn\Http\Requests\AssertedRequest; public function login(AssertedRequest $request) { $user = $request->login(); return response()->json(['message' => "Welcome...
<Linkclass="w-full":href="route('transaction.index', ['year' => 2023])">2023< /Link> Tray2 Posted 1 year ago There are two ways of passing data to the controller vi a link. Option 1, is to use the query stringmysite.com/something?value1=somevalue&value2=somevalueOption 2, is...
i m new babby in vue please help me... is there any way to pass this laravel route into vue template as below <template></template> Do you have a routenamed/? What is wrong with <template></template> 0 Reply @ tykus In web.php Route::get('/',function(){Return...
My route would be: //Show replytoathread(via Ajax) Route::get('/replies/{reply}/edit','RepliesController@edit'); How do I pass my parameter to the url in ajax? Level 15 Subscriber chaudigv Posted 3 years ago Pass data like this ...
Laravel 6 860 Level 1 alexmaiaOP Posted 3 years ago Hy, i have one index route that returns all orders, and i implemented some filters from url params. So, what i wanted to do is to validate that params without throw a 422 error. ...
Seems like local storage is cool option. I can use Storage::disk('local') in laravel and store data from controller and then use it with vue :D I think this is very good option :D Pleasesign inorcreate an accountto participate in this conversation. ...
I have a route in laravel which I pass an id and it returns the data. This worked fine when I was using: id}}> However I'm using a component, I have a button when clicked shows a modal Blade @foreach($educations as $education){{ ...
Authenticate users with Passkeys: fingerprints, patterns and biometric data.// App\Http\Controllers\LoginController.php use Laragear\WebAuthn\Http\Requests\AssertedRequest; public function login(AssertedRequest $request) { $user = $request->login(); return response()->json(['message' => "Welcome...