Skip to content

andsonlourenco/docker-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Docker base with PHP, Composer, Apache, Mariadb, and Xdebug configured

To start the docker use:

docker compose up -d

Custom CLI Commands

There are some custom commands in the bin/ folder to make using certain resources easier on a daily basis.

  • bin/composer run composer commands
  • bin/php run php commands

If you encounter any permission issues when using any of the commands, you just need to adjust the permissions of the bin/ folder

chmod +x bin/*  

This docker uses the image php:8.3-apache

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published