Service links for PHP in Laravel
Streamline service connectivity for PHP with links
Service Links define the connections between your Laravel services, ensuring they work together seamlessly. For instance, a service can specify a database connection link that only supports compatible databases, optimizing performance and stability. Essential service links must be configured within your stack, making integration straightforward and enhancing overall system reliability.
- PHP – Storage: Files NFS storage
- PHP – DBMS: MariaDB
- PHP – Redis: Valkey (optional)
- PHP – Mail Transfer Agent: Mailpit (optional)
See all available service links for this stack
Visit Laravel stack page to see all features.