Search found 14 matches
- 22 Apr 2024, 12:57
- Forum: Laravel package
- Topic: Huge log file
- Replies: 1
- Views: 19607
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?
/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?
- 19 Apr 2024, 14:01
- Forum: Laravel package
- Topic: Currency Session
- Replies: 3
- Views: 32438
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
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
- 17 Apr 2024, 15:44
- Forum: Laravel package
- Topic: Currency Session
- Replies: 3
- Views: 32438
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¤cy=USD" on each time redirecting from one page to another page.
Please advise on it.
Thanks
I have selected the currency and I want to maintain this selection using session instead of using url parameter like "?locale=en¤cy=USD" on each time redirecting from one page to another page.
Please advise on it.
Thanks
- 15 Apr 2024, 16:06
- Forum: Laravel package
- Topic: Page path remove prefix "P"
- Replies: 1
- Views: 13265
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
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