Do you guys have any reference about online course laravel for advance?

|
TecherrorNR9 2021-01-17 10:16:22
laravel_discuss-66792.jpg

TecherrorNR9 2021-01-17 10:17:20
TecherrorNR9 2021-01-17 10:16:22

What is this error

2021-01-17 10:22:37
There are examples?
segungreat 2021-01-17 10:28:16
Hello, has anyone here use any firebase cloud messaging package and one signal package you can recommend
iftikhar7ahmed 2021-01-17 10:31:31
2021-01-17 08:52:04
How to do laravel RBAC?

Spati Laravel Permission is best package,
I’m already using it

datlechin 2021-01-17 10:34:04
laravel_discuss-66801.jpg
why this not working?
2021-01-17 10:35:38
iftikhar7ahmed 2021-01-17 10:31:31
Spati Laravel Permission is best package,
I’m already using it

Installed, don’t know how to use it

Faiz Rana 2021-01-17 10:49:39
2021-01-17 10:35:38
Installed, don’t know how to use it

Check the docs, my friend.

2021-01-17 10:51:17
Faiz Rana 2021-01-17 10:49:39
Check the docs, my friend.

ohh

Faiz Rana 2021-01-17 10:55:59
2021-01-17 10:51:17
ohh

Yes, that’s how it usually works, haha

2021-01-17 10:57:40
Faiz Rana 2021-01-17 10:55:59
Yes, that’s how it usually works, haha

I’ve tried this before and it didn’t work

Faiz Rana 2021-01-17 10:58:40
Didn’t work is not enough for anyone to help you
2021-01-17 10:59:39
yes
2021-01-17 11:13:32
Do you guys have any reference about online course laravel for advance?
2021-01-17 11:19:40
yes,I need to read the documentation more,thx
harmlez_prinz 2021-01-17 12:45:10
2021-01-17 10:35:38
Installed, don’t know how to use it

Send me a dm, if you have any questions

Z_Yamin 2021-01-17 14:02:54
https://stackoverflow.com/questions/65759613/sqlstate22007-invalid-datetime-format-1292-incorrect-date-value-1399-06-31

who know what is the problem?

SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect date value: ‘1399/06/31’ for column ‘date’ in laravelStack Overflow
There is a problem with inserting 1399/06/31 into SQL using laravel, actually, if the day of the month is another number less than 31 there is not any problem.
note:-
I use the Persian calendar, no…
iftikhar7ahmed 2021-01-17 14:30:26
Z_Yamin 2021-01-17 14:02:54
https://stackoverflow.com/questions/65759613/sqlstate22007-invalid-datetime-format-1292-incorrect-date-value-1399-06-31

who know what is the problem?

Share code

biraldino 2021-01-17 14:42:19
I have a table:

products:
-id
-title
-description

categorys:
-id
-parent
-name

product_categorys:
-product_id
-category_id

In the category I use multi level (parent,child).

I want to display data by category.
If I select a category with a level above it, then all product data in the derived categories are all displayed

JeevaniSM 2021-01-17 16:15:38
http://harmful.cat-v.org/software/OO_programming/why_oo_sucks
Kensy98 2021-01-17 17:01:05
I need help on how to calculate the average time between created_at and updated_at time
Kensy98 2021-01-17 17:03:42
okay that’s my question any idea on how to calculate the average time between created_at and updated_at time
ashish29041993 2021-01-17 17:06:00
But, why u want to calculate it❓
hddhagai 2021-01-17 17:08:05
Can we use react with laravel? In case we can how is that done?
ashish29041993 2021-01-17 17:10:37
Kensy98 2021-01-17 17:01:05
I need help on how to calculate the average time between created_at and updated_at time

Follow this link :-

ashish29041993 2021-01-17 17:10:47
https://medium.com/@leyo/laravel-getting-average-time-between-created-at-and-updated-at-for-a-number-of-records-in-a-table-41a1403808aa

Laravel:: Getting average time between created_at and updated_at for a number of records in a tableMedium
So this is primarily intended to be documentation for personal consumption and reference in future but may be appropriate for anyone else…
Kensy98 2021-01-17 17:11:54
ashish29041993 2021-01-17 17:06:00
But, why u want to calculate it❓

i have a table with column named sign_in_time and sign_out_time so i want to calculate the average time between sign in and sign out

ashish29041993 2021-01-17 17:15:19
There are lot many differences between created_at and updated_at vs sign_in_time and sign_out_time… So, what exactly u want❓
Kensy98 2021-01-17 17:20:00
ashish29041993 2021-01-17 17:15:19
There are lot many differences between created_at and updated_at vs sign_in_time and sign_out_time… So, what exactly u want❓

to find the average time between sign_in_time and sign_out_time both they’re in this format 2021-12-01 12:12:30

ashish29041993 2021-01-17 17:20:27
Ok…
ashish29041993 2021-01-17 17:22:07
Format has nothing to do with the solution… Just replace it accordingly…
Eliberio 2021-01-17 17:23:33
Hello, help me, I need dashboard tailwind for laravel
ashish29041993 2021-01-17 17:26:15
The solution is for created_at and updated_at, So replace the parameters with the required one… i.e. replace with sign_in_time and sign_out_time…
mauvil 2021-01-17 17:52:44
Hi everybody!

I’m starting with Laravel, someone knows if it’s possible to disable quotations marks in the Eloquent querys? As my DB doesn’t support it

Enigm3tic 2021-01-17 18:02:25
Anyone here need lifetime https (SSL software) for their website then DM
|