How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "asmdk/bionic-apache-php7-mysql8"
end
vagrant init asmdk/bionic-apache-php7-mysql8
vagrant up

This version was created over 5 years ago.

Fixing serial port error

1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (652 MB)

This version was created over 5 years ago.

Vagrant LAMP Box

  • ubuntu bionic amd64 (27032019)
  • apache2 (2.4.29)
  • php7 (7.3.3)
  • mysql8 (8.0.15)
  • redis 4.0.9
  • composer 1.8.4
  • PHPUnit 8.0.6
  • phpmyadmin 4.8.5
  • xdebug 2.7.0
  • git 2.17.1

Description

Ready for symfony, yii2, laravel, drupal8, wordpress and etc...

Usage

Apache

service apache2 start|stop|restart|status
apache2ctl -h

PHP

service php7.3-fpm start|stop|restart|status
php -v

Mysql

service mysql start|stop|restart|status
mysql -u root -p

Redis

service redis start|stop|restart|status
redis-server -v
redis-cli -v

Tools

composer --version
phpunit --version

Access

system (alternative root user)

user: asmdk
pass: asmdk

mysql

user: root
password: root

phpmyadmin

phpmyadmin url is "/phpmyadmin", e. g. http://localhost/phpmyadmin
1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (624 MB)