Skip to content

SocialNerds/Interfaces-How-to-80

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What are Interfaces?

An example of interfaces in PHP. And pretty much every other language that supports interfaces.

Check the full explanation video (GR)

Interfaces, Γιατί τα Θέλουμε #80, live

Installation

Requirements

  • You need to have Docker installed

Run in root folder,

cp .env.example .env
docker-compose build && docker-compose up -d

Login to the container,

docker exec -it -u serveruser app_fpm /bin/bash -c "TERM=$TERM exec bash"

To check it works,

php hello.php

Exit the container,

exit

By SocialNerds

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published