Server Requirements
- PHP 8.3+
- MySQL 8+ / MariaDB 10.2+ / PostgreSQL 15+
PHP Extensions
The following PHP extensions are required:Most PHP installations include
intl and gd by default. The soap extension may need to be installed separately depending on your hosting environment.Package Requirements
Shopper’s Laravel version support follows Filament’s compatibility. If Filament supports a Laravel version, Shopper supports it too.
Development Environments
Laravel Herd
Laravel Herd is the recommended development environment for both macOS and Windows. It provides PHP, Nginx, and database services with zero configuration. Herd includes all required PHP extensions out of the box.Laravel Valet
Laravel Valet is a lightweight development environment for macOS. It maps all subdirectories in a directory (such as~/Sites) to .test domains. You can share your sites publicly using local tunnels.