Contents:
can any one help me to setup laravel website?
Do you use Xdebug?
It suppose to pass the value after logged in automatically right ?
Is that not correct way to pass an ID ?
can any one help me to setup laravel website?
Do you use Xdebug?
It suppose to pass the value after logged in automatically right ?
Is that not correct way to pass an ID ?
PoojaExperts 2021-05-11 08:24:52
can any one help me to setup laravel website?
aestheticboi 2021-05-11 09:33:29
PoojaExperts 2021-05-11 08:24:52
can any one help me to setup laravel website?
Yes
2021-05-11 10:40:02

2021-05-11 10:40:27
Please help me to solve this error when I trying to upload multiple image
mustafabugra 2021-05-11 10:42:26
2021-05-11 10:40:02
That was the thing I faced the other day. You are passing an Array where it should be a string.
2021-05-11 10:43:11

2021-05-11 10:43:22
Controller code
2021-05-11 10:43:57
mustafabugra 2021-05-11 10:42:26
That was the thing I faced the other day. You are passing an Array where it should be a string.
How can I solve this
mustafabugra 2021-05-11 10:46:27
2021-05-11 10:43:11
when you call create, you assign an array into a string. Do you use Xdebug?
2021-05-11 10:46:45
No
mustafabugra 2021-05-11 10:50:24
2021-05-11 10:40:02
go to this file and place “dd” you will see what is wrong
2021-05-11 10:50:45
Ok
2021-05-11 10:55:43
Hello everyone,
I need help to database modeling. I want to create shopping based project. I have multiple products with different type of size like following
T-shirt : M, Xl XXL
Bed : single, double, king
Table : length, width, height
And etc
I need help to database modeling. I want to create shopping based project. I have multiple products with different type of size like following
T-shirt : M, Xl XXL
Bed : single, double, king
Table : length, width, height
And etc
I want to create table for sizes that can be used for filtration on front-end
Please suggest,
Thanks in advance
2021-05-11 11:02:54
Guys any idea?
Shri 2021-05-11 11:38:57

This error occurred
Shri 2021-05-11 11:39:27

This is code
Shri 2021-05-11 11:39:50
What’s wrong in that?
Shri 2021-05-11 11:40:39

This is controller part
Shri 2021-05-11 11:43:45

I have to fetch study_id so how I can fetched where emp_id =11
Shri 2021-05-11 11:44:01
Okay
2021-05-11 11:45:44
Shri 2021-05-11 11:39:27
This is code
Remove [$i] from line 72
2021-05-11 11:46:23
2021-05-11 11:45:44
Remove [$i] from line 72
Line number 71
Shri 2021-05-11 11:58:03
Thx for this it’s slove 👍
Lalit Rana 2021-05-11 12:00:46
laravel
Aman 2021-05-11 12:01:20
Lalit Rana 2021-05-10 19:26:34
Yes you can make user_authrization table
How
Aman 2021-05-11 12:01:31
I mean can you explain
Lalit Rana 2021-05-11 12:15:34
Aman 2021-05-11 12:01:31
I mean can you explain
To save user token make different table
saboorhamedi 2021-05-11 12:35:52

Hello, I have simple Controller and route, I’m passing the user id on URL, this works fine and I get the ID, but when I logout and login back I get 404 error, I have type the user on the URL like: http://127.0.0.1:8000/profile/1
saboorhamedi 2021-05-11 12:36:18
It suppose to pass the value after logged in automatically right ?
saboorhamedi 2021-05-11 12:37:54

And here is the page without id, this also happening after logged in
Flamingo 2021-05-11 12:40:40
This page should always an id in url so after login reddirect to the profile page with the id
saboorhamedi 2021-05-11 12:45:30
Flamingo 2021-05-11 12:40:40
This page should always an id in url so after login reddirect to the profile page with the id
Is that not correct way to pass an ID ?
Flamingo 2021-05-11 12:46:39
Screenshot the part that executes after login
Flamingo 2021-05-11 12:46:57
saboorhamedi 2021-05-11 12:45:30
Is that not correct way to pass an ID ?
Yeah its fine but maybe the redirect happens without the id
Flamingo 2021-05-11 12:49:24
Where do u send id in the url in ur code