If it is possible, how do I do this without affecting entire project including database migrations?

|
abdu_curry 2020-10-13 10:09:26
no problem
artur_timerkhanov 2020-10-13 10:11:22
Jadidi_82 2020-10-13 09:06:49
hello guys how can I find the category of digikala object?

u need to create relationship Category in model Digikala and can use Digikala->category

vivek 2020-10-13 11:53:56
Any one who can work on monthly basis on laravel please ping here
vivek 2020-10-13 11:54:11
As of now salary is 15k to 18k
vivek 2020-10-13 11:54:26
If work is good we will increase salary as well
2020-10-13 12:49:31
iamaeshar 2020-10-07 12:24:52
Why i am getting this error. Even i have selected post method in Postman.

What are u trying to achieve
Do you want to put something in database or retrieve

2020-10-13 12:49:47
Postman for API testing
2020-10-13 12:50:59
manish22456 2020-10-13 10:03:02
Hello friends, can anyone suggest me good tutorial to learn laravel?

It would much better if anyone can share tutorial meterial link of Google drive or any other services

Go to YouTube and search for freecodecamp laravel you will be good..

jkwya 2020-10-13 13:03:15
manish22456 2020-10-13 10:03:02
Hello friends, can anyone suggest me good tutorial to learn laravel?

It would much better if anyone can share tutorial meterial link of Google drive or any other services

Laracasts is the best place to learn Laravel from scratch. Taylor Otwell himself recommends this place as a source of knowledge about Laravel.

manish22456 2020-10-13 13:07:55
jkwya 2020-10-13 13:03:15
Laracasts is the best place to learn Laravel from scratch. Taylor Otwell himself recommends this place as a source of knowledge about Laravel.

Okay, thanks… I ll go through

MohsinHusen 2020-10-13 13:51:32
How to possible to use one login page and use two table for login for different role in laravel.

@any idea
@suggestion give

Marvellous Odemwingie 2020-10-13 14:31:18
vivek 2020-10-13 11:53:56
Any one who can work on monthly basis on laravel please ping here

I’m interested in the job

Narayan Ji 2020-10-13 14:48:06
i want to signup and login for admin and user…want to used different differnet table
Narayan Ji 2020-10-13 14:48:17
help me please?
MohamedGamalJi 2020-10-13 14:50:51
Narayan Ji 2020-10-13 14:48:06
i want to signup and login for admin and user…want to used different differnet table

multiple authentication in laravel

MohamedGamalJi 2020-10-13 14:52:03
Narayan Ji 2020-10-13 14:48:06
i want to signup and login for admin and user…want to used different differnet table

https://devignites.com/laravel-7-multi-authentication-tutorial/

Laravel 7 Multi Authentication Tutorial | DevIgnitesDevIgnites
If you have used Laravel for a while, you should have heard a lot about multiple authentications. You should have also heard “guards” a whole lot. But if you are fairly new to Laravel, multiple authentications makes it possible for you to have different classes of users access different/similar parts of the same application.
MohamedGamalJi 2020-10-13 14:52:24
https://lavalite.org/blog/multiple-authentication-in-laravel
2020-10-13 14:55:35
deel_nevis 2020-10-13 09:16:22
Hello friends Which query builder is more suitable for processing a lot of data?
And that eloquent is weak for reading or writing ?!

mostly eloquent is recommended

MohamedGamalJi 2020-10-13 15:01:49
deel_nevis 2020-10-13 09:16:22
Hello friends Which query builder is more suitable for processing a lot of data?
And that eloquent is weak for reading or writing ?!

eloquent like elfaz said.
you can use laravel-debugbar, it is a great package to debugging and see queries.
https://github.com/barryvdh/laravel-debugbar

GitHub – barryvdh/laravel-debugbar: Laravel Debugbar (Integrates PHP Debug Bar)GitHub
Laravel Debugbar (Integrates PHP Debug Bar). Contribute to barryvdh/laravel-debugbar development by creating an account on GitHub.
profsr123 2020-10-13 15:05:04
yes sure
Ant_Jr 2020-10-13 15:12:24
Anybody worked with NestedSet before?
kevinpita 2020-10-13 15:24:10
Why whatsapp?
Prem Soni 2020-10-13 15:24:24
Can anyone help me I try to send mail api using mailgun but I am not showing mail
Prem Soni 2020-10-13 15:24:51
It shows 28 mail send in mailgun but I didn’t receive any mail
Prem Soni 2020-10-13 15:25:47
Hello can anyone help me?
Kamalwebdev 2020-10-13 15:27:37
kevinpita 2020-10-13 15:24:10
Why whatsapp?

We can use discord

hk 2020-10-13 15:28:29
Count me in
manish22456 2020-10-13 15:28:42
Yeah
Prem Soni 2020-10-13 15:29:48
manish22456 2020-10-13 15:28:42
Yeah

Yes ofcourse

imhajiiii 2020-10-13 15:32:07
hey how used shetabit libirery
MohamedGamalJi 2020-10-13 15:38:00
Prem Soni 2020-10-13 15:24:51
It shows 28 mail send in mailgun but I didn’t receive any mail

mailtrap.io/signin
mailtrap is better try it

DcodeArena 2020-10-13 15:44:59
Guys how to clear session on button click and redirect
DcodeArena 2020-10-13 15:45:13
I’m trying to use the WhatsApp message api to create a order by WhatsApp button
DcodeArena 2020-10-13 15:45:30
When u click on the button, it opens the WhatsApp inbox an a the same time clear cart
DcodeArena 2020-10-13 15:45:57
How do I do this please any idea
kevinpita 2020-10-13 15:57:31
Same here but its much better
Prem Soni 2020-10-13 16:15:55
MohamedGamalJi 2020-10-13 15:38:00
mailtrap.io/signin
mailtrap is better try it

Ok thanks

2020-10-13 16:51:03
guys
2020-10-13 16:51:14
i need sqlserver db connnection
2020-10-13 16:51:35
this is my connection from web.config file
2020-10-13 16:51:47
how can i use sql query to connect to db ?
Narayan Ji 2020-10-13 17:54:03
MohamedGamalJi 2020-10-13 14:52:24
https://lavalite.org/blog/multiple-authentication-in-laravel

trying but not working.

greatCobby 2020-10-13 18:04:16
Is it possible to downgrade Laravel 8 to Laravel 7. If it is possible, how do I do this without affecting entire project including database migrations?
vivek 2020-10-13 18:18:57
Any laravel developer here from india??
Kamalwebdev 2020-10-13 18:19:15
vivek 2020-10-13 18:18:57
Any laravel developer here from india??

Yes

vivek 2020-10-13 18:19:31
How much experience you are??
Kamalwebdev 2020-10-13 18:19:42
2.5 years
vivek 2020-10-13 18:20:16
Are you available for 6 hr /day on monthly basis?
Kamalwebdev 2020-10-13 18:20:50
Message me in inbox
vivek 2020-10-13 18:21:03
Please ping me
|