How can I do this in laravel?

|
…. 2020-07-06 01:40:26
Please any person tell me
Lisendra 2020-07-06 02:08:29
…. 2020-07-06 01:40:26
Please any person tell me

please try doing proper screenshot, i don’t get it why 50% of request for help on this group are phone picture, doing a proper screenshot will probably increase you chances of getting a solution to your issue

Lisendra 2020-07-06 02:08:50
you should try a php artisan config:clear
Lisendra 2020-07-06 02:09:14
and also check again the creditentials for your database and if it’s running
Siberfx 2020-07-06 04:11:35
What is the os? Maybe you dont even have php mysql module installed so its the reason driver error
…. 2020-07-06 06:09:49
Lisendra 2020-07-06 02:08:29
please try doing proper screenshot, i don’t get it why 50% of request for help on this group are phone picture, doing a proper screenshot will probably increase you chances of getting a solution to your issue

Ok

…. 2020-07-06 06:10:44
Siberfx 2020-07-06 04:11:35
What is the os? Maybe you dont even have php mysql module installed so its the reason driver error

My is is window
I installed php mysql

…. 2020-07-06 06:17:44
laravel_discuss-43893.jpg
I installed the first one
but what difference between one and two
Siberfx 2020-07-06 06:21:02
Use wampserver or xammp.
…. 2020-07-06 06:23:12
Xampp
…. 2020-07-06 06:35:19
…. 2020-07-06 06:17:44
I installed the first one
but what difference between one and two

laravel_discuss-43896.jpg
Because when I want new connection appeares the message

web_artisan77 2020-07-06 08:10:52
…. 2020-07-06 06:35:19
Because when I want new connection appeares the message

Well, the message is pretty clear 🤷‍♂ only you know your configuration

Rajat Agrawal 2020-07-06 09:05:47
Can I achieve this scenario
If there are 5 urls or routes in my project and if any other url is entered than It Should go to a specific page like not exist that is default view for all the invalid urls in laravel
Rajat Agrawal 2020-07-06 09:07:34
it is like error page for the urls which does not exist
Rajat Agrawal 2020-07-06 09:09:52
any body who can help me with this
zmtrn 2020-07-06 10:48:37
Hi there,
I’m going to implement repository pattern in laravel 6. So Do you know any package for base eloquent repository or
Should I implement it by myself?!
Adimstan 2020-07-06 10:56:44
Nadeem🤓 2020-03-29 21:17:03
Hii iam new for laravel
Someone recommend my a good tutorial

coders tape

avinashpai 2020-07-06 13:01:48
i am looking for udemy like solution in laravel along with android app. anyone has it?
Harikrishnan5494 2020-07-06 13:37:38
Nadeem🤓 2020-03-29 21:17:03
Hii iam new for laravel
Someone recommend my a good tutorial

php step by step

dennis 2020-07-06 14:50:46
Anybody who knows the documatation provider used in laravel documentation
B0burshah 2020-07-06 18:01:06
dennis 2020-07-06 14:50:46
Anybody who knows the documatation provider used in laravel documentation

Google know better rather than we

Siberfx 2020-07-06 18:21:55
Nah, he knows what we let him know 😉
Siberfx 2020-07-06 18:22:39
He just reach data faster than us
Dev_ind_ra 2020-07-06 18:36:20
I want to create a admin dashboard panel in laravel anyone can help me
Gabby_Json 2020-07-06 18:47:41
Dev_ind_ra 2020-07-06 18:36:20
I want to create a admin dashboard panel in laravel anyone can help me

Create an admin middleware
Register it at kernel
Then open the login controller and charge the redirect function
Note: you must have a user type at database

Mitesh_0403 2020-07-06 19:23:37
I want to hire developer
isofdev 2020-07-06 19:25:25
Mitesh_0403 2020-07-06 19:23:37
I want to hire developer

For what ?

Mitesh_0403 2020-07-06 19:28:56
isofdev 2020-07-06 19:25:25
For what ?

There is a need for a project

isofdev 2020-07-06 19:29:56
Ok
Ubamiller 2020-07-06 19:30:27
H_Bakhtar 2020-07-05 08:17:58
Hi how to change this sql query to laravel query

SELECT * FROM edamahs WHERE id IN ( SELECT MAX(id) FROM edamahs GROUP BY industrial_id )

first you should have a model associated with table lets say it’s User model

flyingdragons 2020-07-06 19:33:32
Rajat Agrawal 2020-07-06 09:05:47
Can I achieve this scenario
If there are 5 urls or routes in my project and if any other url is entered than It Should go to a specific page like not exist that is default view for all the invalid urls in laravel

Hi i have written an article to achieve the same kindly look into it

flyingdragons 2020-07-06 19:33:43
https://stackcoder.in/posts/how-to-create-custom-404-page-in-laravel

Create Custom 404 Page In Laravel | StackCoderStackCoder
Many of you are really sick of seeing standard 404 pages or Sorry! Page your look for not found. Here is a really simple way where you can create a custom-tailored one with Laravel.
bee_amour 2020-07-06 19:35:50
Mitesh_0403 2020-07-06 19:28:56
There is a need for a project

I will help you

Mitesh_0403 2020-07-06 19:37:14
bee_amour 2020-07-06 19:35:50
I will help you

Send ur whatsapp no

bee_amour 2020-07-06 19:38:01
Sure
Ubamiller 2020-07-06 19:39:13
H_Bakhtar 2020-07-05 08:17:58
Hi how to change this sql query to laravel query

SELECT * FROM edamahs WHERE id IN ( SELECT MAX(id) FROM edamahs GROUP BY industrial_id )

$user = User::whereRaw(‘id = (select max(`id`) from users)’)->get();

Ubamiller 2020-07-06 19:41:55
that is to get the highest
Ubamiller 2020-07-06 19:54:15
$user = User::whereRaw(‘id = (select max(`id`) from users)’)
->orderBy(‘id’, ‘desc’)
->get();
Kvn_makwana 2020-07-06 20:18:07
Can anyone suggest me any good tutorial for docker setup for laravel in my local system. My OS is Windows 10 single language.
2020-07-06 21:11:34
What?
Marvixino 2020-07-06 21:35:18
I need to send an email to 3 different users once a task is completed, should I use event or job?
dennis 2020-07-06 21:44:14
B0burshah 2020-07-06 18:01:06
Google know better rather than we

Was asking because google is not precise

Sunilk16 2020-07-06 21:44:59
Marvixino 2020-07-06 21:35:18
I need to send an email to 3 different users once a task is completed, should I use event or job?

Use job

Ubamiller 2020-07-06 22:19:08
2020-07-06 21:11:34
What?

Direct message

hasbeensober 2020-07-06 22:28:07
I saw a project that wanted codes to be able to respond to 2,000 people
How can I do this in laravel ? or maybe introduction some courses to me
I don’t even know how to code for this purpose
Please answer me because I want to know it
alejandrostivanello 2020-07-06 22:34:30
Hi guys! I has this error in my get petition: Exception: Property [participantes] does not exist on this collection instance. in file .. Is an many to many relation
alejandrostivanello 2020-07-06 22:34:42
class Serie extends Model
{
public $table = “serie”;
protected $fillable = [‘id_carrera’, ‘depende_de’];

public function carrera(){
return $this->belongsTo(Carrera::class, ‘id_carrera’);
}
public function serie(){
return $this->belongsTo(‘Appserie’, ‘depende_de’);
}

public function participantes(){
return $this->belongsToMany(Patinador::class, ‘carrera_patinadores’, ‘id_serie’, ‘id_patin’);
}
}

alejandrostivanello 2020-07-06 22:35:01
class Patinador extends Model
{
public $table = “patinadores”;
protected $fillable = [‘nombre’, ‘apellido’,’fechaNac’, ‘direccion’];

public function persona() {
return $this->hasOne(‘AppPersona’, ‘id’);
}

public function series(){
return $this->belongsToMany(Serie::class, ‘carrera_patinadores’, ‘id_patin’, ‘id_serie’);
}

alejandrostivanello 2020-07-06 22:35:24
What I did wrong?
Marvixino 2020-07-06 22:37:11
Sunilk16 2020-07-06 21:44:59
Use job

and on task creation?
also job?

|