lorisleiva / laravel-docker

šŸ³ Generic docker image for Laravel Applications
MIT License
934 stars 314 forks source link

Add 'bcmath' php extension to image #12

Closed rbcunhadesign closed 6 years ago

rbcunhadesign commented 6 years ago

Laravel Nova now requires bcmath php extension to be installed and enabled.

Problem 1
    - moontoast/math 1.1.2 requires ext-bcmath * -> the requested PHP extension bcmath is missing from your system.
    - moontoast/math 1.1.1 requires ext-bcmath * -> the requested PHP extension bcmath is missing from your system.
    - moontoast/math 1.1.0 requires ext-bcmath * -> the requested PHP extension bcmath is missing from your system.
    - sidis405/nova-installed-packages v0.1.8 requires laravel/nova * -> satisfiable by laravel/nova[v1.0.18, v1.0.19, v1.1.0, v1.1.1, v1.1.2, v1.1.3, 1.0.x-dev, dev-master, dev-action-events-for-resource-create, dev-breadcrumbs, dev-move-help-text-to-field-content].
    - laravel/nova v1.0.18 requires moontoast/math ^1.1 -> satisfiable by moontoast/math[1.1.0, 1.1.1, 1.1.2].
    - laravel/nova v1.0.19 requires moontoast/math ^1.1 -> satisfiable by moontoast/math[1.1.0, 1.1.1, 1.1.2].
    - laravel/nova v1.1.0 requires moontoast/math ^1.1 -> satisfiable by moontoast/math[1.1.0, 1.1.1, 1.1.2].
    - laravel/nova v1.1.1 requires moontoast/math ^1.1 -> satisfiable by moontoast/math[1.1.0, 1.1.1, 1.1.2].
    - laravel/nova v1.1.2 requires moontoast/math ^1.1 -> satisfiable by moontoast/math[1.1.0, 1.1.1, 1.1.2].
    - laravel/nova v1.1.3 requires moontoast/math ^1.1 -> satisfiable by moontoast/math[1.1.0, 1.1.1, 1.1.2].
    - laravel/nova 1.0.x-dev requires moontoast/math ^1.1 -> satisfiable by moontoast/math[1.1.0, 1.1.1, 1.1.2].
    - laravel/nova dev-master requires moontoast/math ^1.1 -> satisfiable by moontoast/math[1.1.0, 1.1.1, 1.1.2].
    - laravel/nova dev-action-events-for-resource-create requires moontoast/math ^1.1 -> satisfiable by moontoast/math[1.1.0, 1.1.1, 1.1.2].
    - laravel/nova dev-breadcrumbs requires moontoast/math ^1.1 -> satisfiable by moontoast/math[1.1.0, 1.1.1, 1.1.2].
    - laravel/nova dev-move-help-text-to-field-content requires moontoast/math ^1.1 -> satisfiable by moontoast/math[1.1.0, 1.1.1, 1.1.2].
    - Installation request for sidis405/nova-installed-packages ^0.1.8 -> satisfiable by sidis405/nova-installed-packages[v0.1.8].

This pull request is just to add the bcmath to the current image.

lorisleiva commented 6 years ago

Thank you for your contribution! šŸ‘