Is there website for most laravel codes?

|
DesolatorMagno 2021-02-12 21:40:17
just add 1 to the result.
DesolatorMagno 2021-02-12 21:41:04
08-01-2021 to 08-01-2021 is equal to zero (0) so it give the right answer, but what you need is not the right answer but another thing.
natghi2010 2021-02-12 22:08:11
im sorry that i took that seriously
DesolatorMagno 2021-02-12 22:09:46
Is a serious answer, if
8 – 8 = 1
them
8 – 7 = 2

So all you have to do is add 1 to the real answer and you get the answer you need..

timursalimov97 2021-02-12 22:10:01
Hi guys I have a question
timursalimov97 2021-02-12 22:10:26
laravel_discuss-70010.jpg

timursalimov97 2021-02-12 22:10:39
timursalimov97 2021-02-12 22:10:26

I have test command

natghi2010 2021-02-12 22:10:42
DesolatorMagno 2021-02-12 22:09:46
Is a serious answer, if
8 – 8 = 1
them
8 – 7 = 2

So all you have to do is add 1 to the real answer and you get the answer you need..

the question is wrong

timursalimov97 2021-02-12 22:10:56
laravel_discuss-70013.jpg

timursalimov97 2021-02-12 22:11:28
timursalimov97 2021-02-12 22:10:56

inside controller i should call my command , how i can call

Yasser 2021-02-12 23:14:29
Is there website for most laravel codes ??
2021-02-12 23:17:20
laracast
2021-02-12 23:17:33
forum for laravel users
TheFeLuM 2021-02-13 10:37:51
timursalimov97 2021-02-12 22:11:28
inside controller i should call my command , how i can call

Artisan::command(‘mail:send {user}’, function ($user) {
$this->info(“Sending email to: {$user}!”);
});
https://laravel.com/docs/8.x/artisan

TheFeLuM 2021-02-13 10:39:54
u welcome
2021-02-13 10:43:05
DesolatorMagno 2021-02-12 20:29:42
There is a language file for errors

But if language set in sessiin then how will it manage

2021-02-13 10:43:16
Session
RayhanYulanda 2021-02-13 11:25:29
Anyone can help me? https://github.com/RobinHerbots/Inputmask/issues/2465

Wrong decimal numeric value with init value (Edit value) Β· Issue #2465 Β· RobinHerbots/InputmaskGitHub
I have a problem numeric with init value. Init value : 2042.09 Should be 2.042,09 But it gives 204.209,00 $(“.target”).inputmask(‘numeric’, { radixPoint:”…
Abhinav Raj 2021-02-13 11:31:36
2021-02-13 10:43:05
But if language set in sessiin then how will it manage

Set app()->setLocale(from session)

2021-02-13 11:32:16
Abhinav Raj 2021-02-13 11:31:36
Set app()->setLocale(from session)

In controller or blade file

Abhinav Raj 2021-02-13 11:32:22
In Middleware
Abhinav Raj 2021-02-13 11:32:35
Do you want code then I can share mine
2021-02-13 11:32:36
Ok thanks let me try this
2021-02-13 11:32:48
Abhinav Raj 2021-02-13 11:32:35
Do you want code then I can share mine

Yes ofcourse if possible

Abhinav Raj 2021-02-13 11:33:58
Ping me
Jomitz 2021-02-13 12:02:56
Bhavyakumar Panchotiya 2021-02-11 15:56:52
yes JO … Now it is working fine … Thank you boss πŸ™‚

Always happy to help

2021-02-13 12:24:05
I am trying to upload a imgaes in laravel but I get this error: Serialization of ‘IlluminateHttpUploadedFile’ is not allowed
Yasser 2021-02-13 12:59:44
laravel_discuss-70046.jpg

Yasser 2021-02-13 13:00:43
Why I can’t go to another page ??
RahiMSuleymaN 2021-02-13 13:51:48
hi everyone I have problem with ajax data passing in resource controller in laravel
RahiMSuleymaN 2021-02-13 13:52:43
I can t passing data in show action
RahiMSuleymaN 2021-02-13 13:53:00
please someone help me
RahiMSuleymaN 2021-02-13 13:53:10
laravel_discuss-70054.jpg

RahiMSuleymaN 2021-02-13 13:53:30
laravel_discuss-70055.jpg

RahiMSuleymaN 2021-02-13 13:53:41
how can change url?
|