Or you are redirecting to a different page on form submission in the response in the controller?

|
thnowee 2020-04-20 02:35:34
Dev 2020-04-20 02:28:49
Did you run npm install?

yeh

thnowee 2020-04-20 02:36:25
Siberfx 2020-04-20 02:26:45
do you have node_modules folder in your application’s root folder?

laravel_discuss-33888.jpg

Siberfx 2020-04-20 02:36:39
and webpack file ?
thnowee 2020-04-20 02:37:08
Siberfx 2020-04-20 02:36:39
and webpack file ?

laravel_discuss-33890.jpg

Siberfx 2020-04-20 02:37:17
content of it man
thnowee 2020-04-20 02:37:46
laravel_discuss-33892.jpg

Dev 2020-04-20 02:37:51
thnowee 2020-04-20 02:19:57

I think you don’t have node-sass installed.

Dev 2020-04-20 02:38:08
Make sure you have installed it.
Dev 2020-04-20 02:38:52
If you don’t have it installed, run npm install node-sass and check it out.
thnowee 2020-04-20 02:39:44
Dev 2020-04-20 02:38:52
If you don’t have it installed, run npm install node-sass and check it out.

lemme try it

Dev 2020-04-20 02:40:19
thnowee 2020-04-20 02:39:44
lemme try it

Okay.

thnowee 2020-04-20 05:34:57
Dev 2020-04-20 02:40:19
Okay.

it worked thenks 😊

mynameiszubair 2020-04-20 05:46:32
Hi is anyone Full Stack Developer here?

Looking for a CTO for my firm.

Should have in depth knowledge and hand on experience in developing web applications. (Of course using Laravel, plus hands on experience in front end stack)

The remuneration is based on equity share and not a fixed salary.

If you are interested, dm me.

PS: I would prefer Indian person, as timezone may become an issue while working together if you are from a different timezone

Gowtham_Boopathiraj 2020-04-20 09:15:53
Any body using webcamjs?? Please ping me
2020-04-20 09:31:18
How to use getActionMethod in Laravel 7
Ferimisp 2020-04-20 09:49:06
laravel_discuss-33914.jpg
#Ask, I’m making a login with 4 tables. but I get an error when I run the script above. username and password are null.
Ferimisp 2020-04-20 09:49:10
laravel_discuss-33915.jpg

Ferimisp 2020-04-20 10:02:24
laravel_discuss-33917.jpg

2020-04-20 10:03:19
Hello .
Everyone am happy to be here..
En greatly share your insight..
2020-04-20 10:11:21
I have gotten an install error of npm in my bash terminal..
Can anyone help..?
Asish K Antony 2020-04-20 10:12:57
show the error
svn9999 2020-04-20 12:25:37
Hello everyone,
Can I ask how can we use client and password token to the same endpoints?
Sadeq2007 2020-04-20 13:01:27
Ferimisp 2020-04-20 10:02:24

$this->validate($request, [‘text’ => ‘required’, ‘password’ => ‘reuqired’]);

Z_Yamin 2020-04-20 14:28:28
laravel_discuss-33926.jpg
what is the problem when i click to submit button it redirect the page like this, not go to route. help please
2020-04-20 14:28:51
Asish K Antony 2020-04-20 10:12:57
show the error

laravel_discuss-33927.jpg

Dev 2020-04-20 14:30:06
2020-04-20 14:28:51

It means you don’t have npm installed on your machine.

2020-04-20 14:31:27
Dev 2020-04-20 14:30:06
It means you don’t have npm installed on your machine.

I was trying to…the command doesn’t allow me

2020-04-20 14:32:11
Any solution..installing using the bash terminal in vscode
Dev 2020-04-20 14:33:52
2020-04-20 14:31:27
I was trying to…the command doesn’t allow me

In the first place, did you install node and npm?

Dev 2020-04-20 14:34:31
Z_Yamin 2020-04-20 14:28:28
what is the problem when i click to submit button it redirect the page like this, not go to route. help please

Screenshot what you have done?

2020-04-20 14:38:13
Dev 2020-04-20 14:33:52
In the first place, did you install node and npm?

Thats what I was telling u..
The command doesn’t allow me..
I don’t where could I have gotten it wrong please let me know how I can go about it.

Dev 2020-04-20 14:41:22
2020-04-20 14:38:13
Thats what I was telling u..
The command doesn’t allow me..
I don’t where could I have gotten it wrong please let me know how I can go about it.

Okay. Download Node from here. https://nodejs.org/en/download/

Dev 2020-04-20 14:43:28
By the way, you don’t need to download npm separately as it comes with Node.
Z_Yamin 2020-04-20 14:43:40
Dev 2020-04-20 14:34:31
Screenshot what you have done?

laravel_discuss-33936.jpg
this the form

Dev 2020-04-20 14:44:45
Z_Yamin 2020-04-20 14:43:40
this the form

laravel_discuss-33937.jpg
Show the route for this one.

Dev 2020-04-20 14:45:02
and controller too.
Z_Yamin 2020-04-20 14:47:24
Dev 2020-04-20 14:44:45
Show the route for this one.

laravel_discuss-33939.jpg

Z_Yamin 2020-04-20 14:47:43
Dev 2020-04-20 14:44:45
Show the route for this one.

laravel_discuss-33940.jpg

Dev 2020-04-20 14:50:53
Z_Yamin 2020-04-20 14:28:28
what is the problem when i click to submit button it redirect the page like this, not go to route. help please

As I see in the URL, the page redirects to the correct defined route only, right?

Dev 2020-04-20 14:51:20
or you are redirecting to a different page on form submission in the response in the controller?
Mukesh 2020-04-20 14:51:39
Anyone have e-commerce multivendor script ?
Mukesh 2020-04-20 14:51:53
Anyone have IndiaMART like script?
2020-04-20 15:03:54
If work mode is CGI, laravel6 is not working on hosting
2020-04-20 15:03:58
what should I do?
Z_Yamin 2020-04-20 15:04:58
Dev 2020-04-20 14:51:20
or you are redirecting to a different page on form submission in the response in the controller?

find the problem bro, the problem was in another place😉
thanks and sorry to waste your time😊

vikaskumar_99 2020-04-20 15:08:11
laravel_discuss-33949.jpg
Pls Help me,
Z_Yamin 2020-04-20 15:10:48
vikaskumar_99 2020-04-20 15:08:11
Pls Help me,

show your query

Z_Yamin 2020-04-20 15:11:39
vikaskumar_99 2020-04-20 15:08:11
Pls Help me,

you did not select from right table

vikaskumar_99 2020-04-20 15:16:03
laravel_discuss-33952.jpg

Z_Yamin 2020-04-20 15:18:21
vikaskumar_99 2020-04-20 15:16:03

where is the query?

|