Skip to content

SocialNerdsGR/plugin_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugin Demo using Event/Subscriber

Installation

Requirements

  • You need to have Docker and Docker Compose installed

Run in root folder,

cp .env.example .env

If are on Linux, change UID, on .env, to the host's user id. You can get the user id by running,

id -u

Then run,

docker-compose build && docker-compose up -d

Go to 127.0.0.1:8080/test.php to check that everything works. You should see,

Hello World!

Install dependencies,

docker exec -w /home/serveruser/project/code plugin_fpm composer install

"Login" to the container,

docker exec -it plugin_fpm bash

Exit the container,

exit

Shutdown containers,

docker-compose down

By SocialNerds

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published