API Configuration
This section explains how to modify API-related configuration values such as pagination limits and slider autoplay settings.
Pagination Settings
To change pagination limits:
- Go to your server File Manager
- Navigate to:
app → Helper → Constants.php- Update the following constants to your desired values:
ADMIN_PAGINATION
LISTING_PAGINATION
RATING_PAGINATION
HOME_PAGINATIONThese values control how many items are returned per page in different sections of the system.
Save the file after making changes.
Slider Autoplay
To modify the slider autoplay behavior:
- Go to your File Manager
- Open:
app → Helper → Constants.php- Update the value of:
SLIDER → AUTOPLAYSet the value according to your preferred autoplay timing or enable/disable behavior.
Save the file and refresh your application.
Your API configuration changes are now applied.