Sign inSign up

mahshamim/laraedit

By mahshamim

•Updated over 1 year ago

Dockerized version of Laravel Homestead

Image
Developer tools
Web servers
Databases & storage
0

481

mahshamim/laraedit repository overview

⁠Laravel Container

The dockerized version of Laravel Homestead on PHP 8.3, 8.2, 8.1 & 7.4

⁠Build Information

You can find the latest build details on the Docker Hub⁠

⁠Uses

  • Pull the image for desired PHP version
PHP VersionTags
8.3mahshamim/laraedit:8.3
8.2mahshamim/laraedit:8.2
8.1mahshamim/laraedit:8.1
7.4mahshamim/laraedit:7.4

⁠What works

  • Nginx 1.18.0
  • PHP 8.3, 8.2, 8.1 & 7.4
  • MySQL 8.0 & 5.7
  • NodeJS
  • Composer
  • Laravel Installer

⁠How to use the container

⁠Kitematic (the easy way)
  1. Search for LaraEdit
  2. Create LaraEdit container
  3. Point the /var/www/html/app volume to your local application directory.
⁠CLI (the other easy way)
  1. Pull in the image
  docker pull mahshamim/laraedit:<8.3 or 8.2 or 8.1 or 7.4>
  1. Run the container
  docker run -p 80:80 -v /path/to/your/app:/var/www/html/app mahshamim/laraedit:<8.3 or 8.2 or 8.1 or 7.4>

⁠MySQL Details

  • MySQL Username = homestead
  • MySQL Password = secret
  • MySQL Database = homestead

You are free to create more databases and/or users, but these are available to you as soon as you run the container!

Tag summary

Content type

Image

Digest

sha256:c6e2aa3db…

Size

633.4 MB

Last updated

over 1 year ago

docker pull mahshamim/laraedit