Contents:
how can i change it ?
Do you need to modify the aspect of the page?
Or its functionality?
do you know how ?
Can you show the url bar please?
Does anyone have a tutorial on how to make a management page for the site-admin?
show the error?
how can i change it ?
Do you need to modify the aspect of the page?
Or its functionality?
do you know how ?
Can you show the url bar please?
Does anyone have a tutorial on how to make a management page for the site-admin?
show the error?
sobirjonovs 2020-09-13 15:35:14
🤔 Hello PPP
Mos4r580 2020-09-13 15:35:22
Missing required parameters for [Route: verification.notice] [URI: {locale}/email/verify].
sobirjonovs 2020-09-13 15:35:54
🤔 Hello Caren
AM 2020-09-13 15:43:33

Hey can anyone help me with this
Mos4r580 2020-09-13 15:49:34

Manish GuPta 2020-09-13 15:50:45
Hi looking for laravel developer
Manish GuPta 2020-09-13 15:51:00
Kindly contact me at 9999929312
Manish GuPta 2020-09-13 15:51:39
Only serious people ping me
Ms_salah 2020-09-13 17:08:16

Why this error??
ibra_br 2020-09-13 17:10:01

I want to change some sections in reset password email
ibra_br 2020-09-13 17:10:21
how can i change it ?
aleemont 2020-09-13 17:15:04
ibra_br 2020-09-13 17:10:01
I want to change some sections in reset password email
I think we will need more information to help you
ibra_br 2020-09-13 17:15:43
I use default authentication of laravel
aleemont 2020-09-13 17:16:46
Do you need to modify the aspect of the page?
Or its functionality?
Or its functionality?
ibra_br 2020-09-13 17:17:17
aleemont 2020-09-13 17:16:46
Do you need to modify the aspect of the page?
Or its functionality?
Or its functionality?
no , just a little change in the page
ibra_br 2020-09-13 17:17:36
do you know how ?
ibra_br 2020-09-13 17:20:32
ibra_br 2020-09-13 17:10:01
I want to change some sections in reset password email
i want to modify the logo and the footer in this page 😂
aleemont 2020-09-13 17:20:42
Find the respective file
And modify the html
And modify the html
ibra_br 2020-09-13 17:21:23
aleemont 2020-09-13 17:20:42
Find the respective file
And modify the html
And modify the html
that’s the problem
ibra_br 2020-09-13 17:21:35
i didn’t found the file 😅
aleemont 2020-09-13 17:22:12
Look in the official docs, prokect structure should be displayed there
aleemont 2020-09-13 17:23:13
I think you can find that file in project-name->resources->views
aleemont 2020-09-13 17:23:32
Can you show the url bar please?
ibra_br 2020-09-13 17:24:39
aleemont 2020-09-13 17:23:13
I think you can find that file in project-name->resources->views
aleemont 2020-09-13 17:26:04
ibra_br 2020-09-13 17:24:39
I thinl it’s one of theese files, look at their content, so you can recognize the page you want to modify
aleemont 2020-09-13 17:26:40
I think it’s dashboard
aleemont 2020-09-13 17:42:13
Does anyone have a tutorial on how to make a management page for the site-admin?
aleemont 2020-09-13 17:43:51
I’ll give you an example so I cam explain better:
I make a website where the owner of the activity can publish news, offers or stuff like that
How do I make the page to insert posts on the end-users’ page?
I make a website where the owner of the activity can publish news, offers or stuff like that
How do I make the page to insert posts on the end-users’ page?
DesolatorMagno 2020-09-13 17:54:30
That explanation didn’t help much.
aleemont 2020-09-13 18:23:42
DesolatorMagno 2020-09-13 17:54:30
That explanation didn’t help much.
I need to make an administration page so the owner of the shop can easily insert offers or announcements in his web-site
DesolatorMagno 2020-09-13 18:36:03
Read about multi-tenant, maybe that is what you need.
natghi2010 2020-09-13 19:55:24
Can anyone see anything wrong with this code, I know its probably a small mistake but i cant seem to get past it.
natghi2010 2020-09-13 19:55:40

natghi2010 2020-09-13 19:55:52

natghi2010 2020-09-13 19:56:04

natghi2010 2020-09-13 19:57:29
natghi2010 2020-09-13 19:56:04
same thing with capital P
DesolatorMagno 2020-09-13 19:58:28
Try composer:dump-autoload
natghi2010 2020-09-13 20:00:17
DesolatorMagno 2020-09-13 19:58:28
Try composer:dump-autoload
tried it, same result
2020-09-13 20:00:35
natghi2010 2020-09-13 19:57:29
same thing with capital P
While creating the Controller you may mentioned it as “playerController”
natghi2010 2020-09-13 20:01:03
2020-09-13 20:00:35
While creating the Controller you may mentioned it as “playerController”
yeah the first time around but i deleted it and made this one
natghi2010 2020-09-13 20:01:14
and im referencing this one
DesolatorMagno 2020-09-13 20:01:38
but why you show the old error? it should be now with PlayerController
natghi2010 2020-09-13 20:01:56
it updated the error to
natghi2010 2020-09-13 20:02:06
Target class [PlayerController] does not exist.
Bhuvi100 2020-09-13 20:02:33
natghi2010 2020-09-13 20:02:06
Target class [PlayerController] does not exist.
This method is old
DesolatorMagno 2020-09-13 20:02:41
SHow it, you lost nothing.
Bhuvi100 2020-09-13 20:02:43
And got removed
natghi2010 2020-09-13 20:03:08
DesolatorMagno 2020-09-13 20:02:41
SHow it, you lost nothing.
show the error?
Bhuvi100 2020-09-13 20:03:24
Try [PlayerController::class,”index”]
Bhuvi100 2020-09-13 20:03:39
Instead of playercontroller@index