How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "laravel/homestead-mariadb"
end
vagrant init laravel/homestead-mariadb
vagrant up
This version was created 3 months ago.
==> parallels-iso: + echo ### Settler Build Configuration ###
==> parallels-iso: + echo ARCH = x86_64
==> parallels-iso: + echo SKIP_PHP = false
==> parallels-iso: + echo SKIP_MYSQL = true
==> parallels-iso: + echo SKIP_MARIADB = false
==> parallels-iso: + echo SKIP_POSTGRESQL = false
==> parallels-iso: + echo ### Settler Build Configuration ###
This version was created 8 months ago.
This version was created about 1 year ago.
This version was created over 1 year ago.
This version was created over 1 year ago.
This base box will be compatible AND match the other settler versions (and such the laravel/homestead base box version) exactly with the swap of MariaDB instead of MySQL.