PHP Classes

File: .devcontainer/php84/Dockerfile

Recommend this page to a friend!
  Classes of Yuriy Tkachenko   Simple Flash Messages   .devcontainer/php84/Dockerfile   Download  
File: .devcontainer/php84/Dockerfile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple Flash Messages
Display message with different CSS frameworks
Author: By
Last change:
Date: 9 days ago
Size: 296 bytes
 

Contents

Class file image Download
FROM php:8.4-fpm # Install dependencies RUN apt-get update && apt-get install -y \ git \ curl \ zip \ unzip # Install PHP extensions RUN docker-php-ext-install pdo pdo_mysql # Install Composer COPY --from=composer:latest /usr/bin/composer /usr/bin/composer WORKDIR /workspace