Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Announcements regarding our community
Hello @eldomagan_
Thank you so much for the video we will check this out and get back to you.
Warm Regards Team Bagisto
A place to talk about whatever you want
J
I'm looking for the that splits my large PDF file into small PDF documents.
Hello @abcabc123
I think you need to cordinate with Cloud Panel Contact team regarding this query they will assist you better in this case
Contact: https://www.cloudpanel.io/contact/
Regarding Installtion of Bagisto you can check the below Link.
Installation: https://devdocs.bagisto.com/2.3/introduction/installation.html
Hello @Nicola_cascella
Please check the below blog for your query.
https://bagisto.com/en/how-to-override-view-files-in-bagisto/
Its a general behaviour of every websites that cache get stored.
For this you can clear your website cache by running the command
php artisan optimize:clear
S
Hi,
Thank you for connecting with us.
You can simply use the following in place of returning the view:
return redirect()->back();
This will redirect the user to the previous (or current) page.
Best regards, Webkul Bagisto Team