Search found 4 matches

by gkarthick87
22 Apr 2024, 12:57
Forum: Laravel package
Topic: Huge log file
Replies: 1
Views: 16938

Huge log file

Hi,

/myshop/storage/laravel.log this log file is taking bigspace like 24GB currently showing in my server. How can I control this occupy small space to avoid the server GB limit?
by gkarthick87
19 Apr 2024, 14:01
Forum: Laravel package
Topic: Currency Session
Replies: 3
Views: 26913

Re: Currency Session

Okay. Understood.
Then I want to set a cookie to keep the browser session on to redirect the repeat visitor to the old selection so for that how can I set the cookie to maintain the previous currency selection?

Thanks
by gkarthick87
17 Apr 2024, 15:44
Forum: Laravel package
Topic: Currency Session
Replies: 3
Views: 26913

Currency Session

Hi,

I have selected the currency and I want to maintain this selection using session instead of using url parameter like "?locale=en&currency=USD" on each time redirecting from one page to another page.

Please advise on it.

Thanks
by gkarthick87
15 Apr 2024, 16:06
Forum: Laravel package
Topic: Page path remove prefix "P"
Replies: 1
Views: 10098

Page path remove prefix "P"

Hi,

My website is loading the cms page with the link "https://website.com/p/about-us" but I need to change the cms path url like
"https://website.com/about-us" without "P" so please let me know how can I do this?

Thanks