β prev | next β
natghi2010 2020-10-26 15:07:52
2020-10-26 15:06:50
team1_goal
team_2goal
thank you!!!!
2020-10-26 18:21:27
Hi, I am facing an issue related to cors in laravel + angular . I tried to solve by updating following files :
Cors.php, kernel.php and API.php
I got this solution from
Solved Laravel Angular cors issue
And got similar solution in various sites as mentioned in above link..
But no luck. Please help me. Thanks in advance
Solved Laravel Angular cors issue – Therichpost –
TherichpostSolved Laravel Angular cors issue. Laravel Angular cors. laravel cors allowed origins. laravel access-control-allow-origin. Angular cors allowed origins
DesolatorMagno 2020-10-26 18:27:22
2020-10-26 18:21:27
Hi, I am facing an issue related to cors in laravel + angular . I tried to solve by updating following files :
Cors.php, kernel.php and API.php
I got this solution from
Solved Laravel Angular cors issue
And got similar solution in various sites as mentioned in above link..
But no luck. Please help me. Thanks in advance
IS happening in local, in production? always try to explain a little more.
2020-10-26 18:29:14
DesolatorMagno 2020-10-26 18:27:22
IS happening in local, in production? always try to explain a little more.
Sure, In localhost. Actually I am trying to post data from angular and want to insert into database using laravel in backend..
DesolatorMagno 2020-10-26 18:29:48
you updated the app_url ?
DesolatorMagno 2020-10-26 18:30:16
and you are using the api router for those routes?
2020-10-26 18:37:49
Yes in , routes/api.php
2020-10-26 18:39:04
For post it is not working but I tried get api.. and get api is working fine
2020-10-26 18:39:33
With same url and different end points.
Atul 2020-10-26 18:43:49
Please help me….can I store category and subcategory of e-commerce website in database or store in client side…..
Siberfx 2020-10-26 18:45:56
Ofcourse you can
Atul 2020-10-26 18:48:52
Siberfx 2020-10-26 18:45:56
Ofcourse you can
Sir can you please tell me what are the fields in category table….
Siberfx 2020-10-26 18:49:49
Just use parent_id field or solve it by relational way. BelongsToMany
2020-10-26 18:50:02
Atul 2020-10-26 18:43:49
Please help me….can I store category and subcategory of e-commerce website in database or store in client side…..
Parent and child
Siberfx 2020-10-26 18:50:21
category_category table
2020-10-26 18:51:03
Combination of Parent_field+ child_field will be unique
2020-10-26 18:51:32
DesolatorMagno 2020-10-26 18:30:16
and you are using the api router for those routes?
I have also updated RouteaServicerPrvider.php
Atul 2020-10-26 18:52:55
2020-10-26 18:51:03
Combination of Parent_field+ child_field will be unique
Sir IAM noob…..I can’t understand parent_field ? Child field ?
Atul 2020-10-26 18:53:10
Can you please elaborate little bit
Siberfx 2020-10-26 18:54:28
with a knowledge you can do it. Or find it in youtube repeat how they do.
2020-10-26 18:54:48
Atul 2020-10-26 18:52:55
Sir IAM noob…..I can’t understand parent_field ? Child field ?
Sir pls Google it, you’ll get code to work with. And practice it to learn more.
2020-10-26 18:55:25
Siberfx 2020-10-26 18:54:28
with a knowledge you can do it. Or find it in youtube repeat how they do.
Guru ji π
Atul 2020-10-26 18:57:33
2020-10-26 18:55:25
Guru ji π
Sir thodi help aap he kr dete toh aap super senior ho jateπ
natghi2010 2020-10-26 19:11:57
whose PC can run this website?
natghi2010 2020-10-26 19:12:10
https://theyearofgreta.com/
The Year of GretaAn illustrated timeline of how Greta Thunberg rose from a solo campaigner to the leader of a global movement in 2019.
mehrb0d 2020-10-26 22:02:41
natghi2010 2020-10-26 19:12:10
https://theyearofgreta.com/

natghi2010 2020-10-26 22:04:24
mehrb0d 2020-10-26 22:02:41
didnt load yet
mehrb0d 2020-10-26 22:05:27
natghi2010 2020-10-26 22:04:24
didnt load yet

I see
natghi2010 2020-10-26 22:06:31
mehrb0d 2020-10-26 22:05:27
I see
hows the fps?
mehrb0d 2020-10-26 22:06:41
natghi2010 2020-10-26 22:06:31
hows the fps?
not so good
zeshanfarooqi 2020-10-26 22:22:10
Anybody from Pakistan looking for job opportunity?
zeshanfarooqi 2020-10-26 22:22:29
Contact me
zeshanfarooqi 2020-10-26 22:23:06
It’s a Laravel and Vue.js development role
amir881231 2020-10-27 00:27:43
Hi can i ask a question?
How can i fix standalone button in laravel 6
It gives error for me thanks in advsnce
mehrb0d 2020-10-27 01:33:44
amir881231 2020-10-27 00:27:43
Hi can i ask a question?
How can i fix standalone button in laravel 6
It gives error for me thanks in advsnce
it would be better if you send erro
Severusxyz 2020-10-27 06:23:42
amir881231 2020-10-27 00:27:43
Hi can i ask a question?
How can i fix standalone button in laravel 6
It gives error for me thanks in advsnce
What is the error
Severusxyz 2020-10-27 06:26:47
Munish Kumar 2020-10-26 12:38:30
i am update data but not update
You must Model::where()->update([‘field’=>$fieldvalue]) ;
princeferozepuria 2020-10-27 06:51:19
json file with where conditions
princeferozepuria 2020-10-27 06:51:29
how can we implement
princeferozepuria 2020-10-27 06:51:39
urgent
FairInaction 2020-10-27 07:37:49
princeferozepuria 2020-10-27 06:51:19
json file with where conditions
You mean to say use where conditions on data present in json?
FairInaction 2020-10-27 07:39:07
princeferozepuria 2020-10-27 06:51:19
json file with where conditions
If yes, decode json and then create Collection using it. Then you can use where conditions on a Collection
2020-10-27 07:40:46
Does anyone know exactly what happens in the definition of a behind-the-scenes flash session?
sobirjonovs 2020-10-27 07:42:43
2020-10-27 07:40:46
Does anyone know exactly what happens in the definition of a behind-the-scenes flash session?
// store.php
session_start();
$_SESSION[‘message’] = “Successfully edited”;
// index.php
session_start();
if(isset($_SESSION[‘message’]) {
echo $_SESSION[‘message’]; // echoing the session value
unset($_SESSION[‘message’]); // then delete it
}
sobirjonovs 2020-10-27 07:42:53
there are so simple scenes
2020-10-27 07:43:30
yes tnks for response but is not session Flash
sobirjonovs 2020-10-27 07:43:32
sobirjonovs 2020-10-27 07:42:43
// store.php
session_start();
$_SESSION[‘message’] = “Successfully edited”;
// index.php
session_start();
if(isset($_SESSION[‘message’]) {
echo $_SESSION[‘message’]; // echoing the session value
unset($_SESSION[‘message’]); // then delete it
}
i think you got the idea
sobirjonovs 2020-10-27 07:43:55
2020-10-27 07:43:30
yes tnks for response but is not session Flash
the flash() on laravel relies on the above example.
2020-10-27 07:45:00
oh – you,r right i,m understand know what happen
2020-10-27 07:45:30
but – i still question
β prev | next β