Anybody could give me a hint why laravel doesnt want to render this form?

|
DesolatorMagno 2020-09-13 20:03:40
You are using what version of Laravel?
natghi2010 2020-09-13 20:03:48
the latest one
DesolatorMagno 2020-09-13 20:04:02
Yeah, the things changed in the lastest one…
natghi2010 2020-09-13 20:04:03
the one that forces you to update to 7.3 php
Bhuvi100 2020-09-13 20:04:15
natghi2010 2020-09-13 20:04:03
the one that forces you to update to 7.3 php

What

DesolatorMagno 2020-09-13 20:04:29
Bhuvi100 2020-09-13 20:03:24
Try [PlayerController::class,”index”]

Follow it.

2020-09-13 20:04:45
Which frame work you are using for frontend??
Bhuvi100 2020-09-13 20:05:03
2020-09-13 20:04:45
Which frame work you are using for frontend??

Mostly vue js with laravel

DesolatorMagno 2020-09-13 20:05:06
Reading don’t kill, try reading the update version before using it, there was a changed into rutes.
natghi2010 2020-09-13 20:05:07
2020-09-13 20:04:45
Which frame work you are using for frontend??

im planning on using vue, but right now im just make the api as aresouces

Bhuvi100 2020-09-13 20:05:13
As per my knowledge
natghi2010 2020-09-13 20:05:22
DesolatorMagno 2020-09-13 20:05:06
Reading don’t kill, try reading the update version before using it, there was a changed into rutes.

okay I will

natghi2010 2020-09-13 20:05:36
I didnt think things would drastically change like this
2020-09-13 20:05:56
natghi2010 2020-09-13 20:05:07
im planning on using vue, but right now im just make the api as aresouces

Check with postman

Bhuvi100 2020-09-13 20:05:59
natghi2010 2020-09-13 20:05:36
I didnt think things would drastically change like this

Not much drastic

natghi2010 2020-09-13 20:06:18
2020-09-13 20:05:56
Check with postman

its just api, its also the view

DesolatorMagno 2020-09-13 20:06:46
https://laravel.com/docs/8.x/releases
DesolatorMagno 2020-09-13 20:07:05
laravel_discuss-50915.jpg
Here.
DesolatorMagno 2020-09-13 20:07:46
Try to always read released notes, it can save you time.
natghi2010 2020-09-13 20:09:17
DesolatorMagno 2020-09-13 20:07:05
Here.

yep, this works. Thanks man

natghi2010 2020-09-13 22:07:07
Bhuvi100 2020-09-13 20:05:03
Mostly vue js with laravel

inside or outside?

2020-09-13 22:37:52
laravel_discuss-50920.jpg
anybody could give me a hint why laravel doesnt want to render this form?
2020-09-13 22:38:37
syntax error, unexpected ”))); ?> – that’s the error im getting
2020-09-13 22:46:21
seriously Im blind
2020-09-14 05:52:12
laravel_discuss-50928.jpg
I created new controller with following routing, and I keep getting 404, any idea what would it cause?
2020-09-14 05:52:55
laravel_discuss-50929.jpg
I just have view::make in the function and it still doesnt want to render anything at all
2020-09-14 05:53:15
laravel_discuss-50930.jpg
this is the view
jhayforshort 2020-09-14 06:49:34
laravel_discuss-50932.jpg

jhayforshort 2020-09-14 06:49:34
laravel_discuss-50931.jpg

jhayforshort 2020-09-14 06:49:35
laravel_discuss-50933.jpg

jhayforshort 2020-09-14 06:49:58
Hi guys, how can i fix this? 🙁 thank you so much!
Bhuvi100 2020-09-14 07:01:39
jhayforshort 2020-09-14 06:49:58
Hi guys, how can i fix this? 🙁 thank you so much!

Show the form

jhayforshort 2020-09-14 07:03:11
laravel_discuss-50936.jpg

jhayforshort 2020-09-14 07:03:12
laravel_discuss-50938.jpg

jhayforshort 2020-09-14 07:03:12
laravel_discuss-50937.jpg

parmonov98 2020-09-14 07:30:28
laravel_discuss-50939.jpg
but it gives 404/
parmonov98 2020-09-14 07:30:55
laravel_discuss-50940.jpg

parmonov98 2020-09-14 07:32:20
laravel_discuss-50941.jpg
have got the index view. how can I check if something is causing Route to behave abnormally?
eL7alfa 2020-09-14 08:41:20
jhayforshort 2020-09-14 06:49:34

Try $request->product_name or check filed name first

jhayforshort 2020-09-14 08:48:46
eL7alfa 2020-09-14 08:41:20
Try $request->product_name or check filed name first

I’ve been already try, but error again :3

eL7alfa 2020-09-14 08:52:14
jhayforshort 2020-09-14 08:48:46
I’ve been already try, but error again :3

laravel_discuss-50945.jpg
Remove

eL7alfa 2020-09-14 08:53:58
eL7alfa 2020-09-14 08:52:14
Remove

Correct div:modal-body tag

eL7alfa 2020-09-14 08:54:37
That </div> must be placed after </form>
jhayforshort 2020-09-14 09:00:11
Didn’t work for update
eL7alfa 2020-09-14 09:01:50
jhayforshort 2020-09-14 09:00:11
Didn’t work for update

Hmm what’s the current error?

jhayforshort 2020-09-14 09:03:54
Can’t update haha! didn’t refresh the page
jhayforshort 2020-09-14 09:04:31
laravel_discuss-50952.jpg

jhayforshort 2020-09-14 09:04:31
laravel_discuss-50951.jpg
I have different forms
jhayforshort 2020-09-14 09:04:49
which every click in the asterisk(*) the form must show
jhayforshort 2020-09-14 09:05:13
then i think my controller is the problem :3
|