lando / laravel

The Official Laravel Lando Plugin
https://docs.lando.dev/laravel/
GNU General Public License v3.0
13 stars 11 forks source link

Ho add custom PHP version ? #8

Closed lucacalcaterra closed 2 years ago

lucacalcaterra commented 2 years ago

Hi,

i need a custom build of php with addiotional extensions (like ldap) . How can manage it ? thanks

labboy0276 commented 2 years ago

I would check out the docs: https://docs.lando.dev/php/ and https://docs.lando.dev/php/extensions.html#adding-or-removing-extensions

If you really need to make a custom php service too, you may need to use the compose service: https://docs.lando.dev/config/services.html#advanced

Not sure of your use case, but just using the one doc to add extensions should be sufficient @lucacalcaterra .