How can integrate laravel with moodle?

|
…. 2021-01-02 16:30:58
…. 2021-01-02 16:30:00

This code of flutter for saving data to mysql

…. 2021-01-02 16:31:19
…. 2021-01-02 16:30:12

This name of database the name is bbsoftdb and name of table is userinformation

…. 2021-01-02 16:31:40
Can someone tell me the reason for not saving mysql even though the link is complete
M.A 2021-01-02 18:16:00
How can I use from a language in request validation?

For example in api, use from English messages

YOUCODEWORLD 2021-01-02 18:37:05
M.A 2021-01-02 18:16:00
How can I use from a language in request validation?

For example in api, use from English messages

you can add one must selection for the request form,then validate this request data;

M.A 2021-01-02 18:39:54
YOUCODEWORLD 2021-01-02 18:37:05
you can add one must selection for the request form,then validate this request data;

This is not my answer🙄

My project is multi language
But I want use from English in api validations(Instead of local language)

M.A 2021-01-02 18:40:47
I’m searching a way that I can select an specific language in a request validation
YOUCODEWORLD 2021-01-02 18:40:52
😀. Ok .
rootkings 2021-01-02 19:01:33
Hey guys, what’s the clear way for fetching data from other website using php?
nazmulpcc 2021-01-02 20:02:08
rootkings 2021-01-02 19:01:33
Hey guys, what’s the clear way for fetching data from other website using php?

If It’s a simple GET request, use file_get_contents, otherwise you’ll need curl. You can also use GuzzleHTTP package

hypernxf 2021-01-02 20:04:31
Or you can use Laravel HTTP Client
unknownstranges 2021-01-03 01:52:07
how can integrate laravel with moodle?
RayhanYulanda 2021-01-03 05:31:53
#ask
I tried to make validation if image not empty will check the validation if empty wont check the validation. I tried with this validation but it didn’t work

$rules = [ ‘image’ => ‘sometimes|nullable|image|mimes:jpeg,png,jpg,gif,svg|max:2048’, ‘title’=>’required’, ];

I tried to not input the file but i still got an error The image must be an image. and The image must be a file of type: jpeg, png, jpg, gif, svg.

Anyone can help me with this one?

DesolatorMagno 2021-01-03 05:36:38
Well, it don’t say it is empty, it say that it is not the right format, so the empty validation is not failing.
RayhanYulanda 2021-01-03 05:37:51
DesolatorMagno 2021-01-03 05:36:38
Well, it don’t say it is empty, it say that it is not the right format, so the empty validation is not failing.

So, what should i do if i want to check the validation if just when not empty?

DesolatorMagno 2021-01-03 05:38:31
what you already did.
DesolatorMagno 2021-01-03 05:39:36
You are doing a normal request or ajax?
RayhanYulanda 2021-01-03 05:39:38
DesolatorMagno 2021-01-03 05:38:31
what you already did.

But when i tried not to input the file, i got an error. It shouldn’t

RayhanYulanda 2021-01-03 05:40:02
Normal request
DesolatorMagno 2021-01-03 05:40:03
That was a multiple choice question..
DesolatorMagno 2021-01-03 05:40:27
remove the form request and return the request()->all()
RayhanYulanda 2021-01-03 05:45:08
DesolatorMagno 2021-01-03 05:40:27
remove the form request and return the request()->all()

What do you mean? Dd all request?

DesolatorMagno 2021-01-03 05:46:32
return $request->all()
…..
RayhanYulanda 2021-01-03 07:19:38
DesolatorMagno 2021-01-03 05:46:32
return $request->all()
…..

my bad, i put wrong the name. thanks a lot for your advise

evileie 2021-01-03 09:28:36
Can anyone help me with laravel tap payment gateway
Bhavyakumar Panchotiya 2021-01-03 09:29:55
how can start a Laravel Framework plz tell me and which knowledge will be required before start Laravel framework in php
evileie 2021-01-03 09:37:39
evileie 2021-01-03 09:28:36
Can anyone help me with laravel tap payment gateway

Paid task

evileie 2021-01-03 09:37:52
Anyone
evileie 2021-01-03 09:38:04
Urgently needed
Bhavyakumar Panchotiya 2021-01-03 09:38:08
…. 2021-01-02 16:31:40
Can someone tell me the reason for not saving mysql even though the link is complete

hey use a Xampp controller for easy to save the data into database

Bhavyakumar Panchotiya 2021-01-03 09:40:10
evileie 2021-01-03 09:38:04
Urgently needed

kindly search in stackoverflow !!

Vicent 2021-01-03 09:57:00
hi guys how to solve this challenge In ProviderRepository.php line 208:

Class ‘POSsystemInstallerInstallerServiceProvider’ not found

…. 2021-01-03 11:11:42
Bhavyakumar Panchotiya 2021-01-03 09:38:08
hey use a Xampp controller for easy to save the data into database

I am using laragon

Bhavyakumar Panchotiya 2021-01-03 11:36:52
…. 2021-01-03 11:11:42
I am using laragon

how can start a Laravel Framework plz tell me and which knowledge will be required before start Laravel framework in php

…. 2021-01-03 11:38:32
Bhavyakumar Panchotiya 2021-01-03 11:36:52
how can start a Laravel Framework plz tell me and which knowledge will be required before start Laravel framework in php

I am not use laravel

|