Skip to content

passionweb-manuel-schnabel/backend-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating a backend module in TYPO3

Shows the basic structure of a backend module (TYPO3 CMS)

What does it do?

1.0.0: Register a simple backend module

1.1.0: Add a custom button bar to the backend module

Installation

  • Add repository to your composer.json
{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/passionweb-manuel-schnabel/backend-module.git"
        }
    ]
}
  • Add via composer:
    composer require "passionweb/backend-modle"
  • Install the extension via composer
  • Flush TYPO3 and PHP Cache

Requirements

This example uses no 3rd party libraries.

Extension settings

There are no extension settings available.

Troubleshooting and logging

If something does not work as expected take a look at the log file. Every problem is logged to the TYPO3 log (normally found in var/log/typo3_*.log)

Achieving more together or Feedback, Feedback, Feedback

I'm grateful for any feedback! Be it suggestions for improvement, requests or just a (constructive) feedback on how good or crappy this snippet/repo is.

Feel free to send me your feedback to service@passionweb.de or contact me on Slack

About

Shows the basic structure of a backend module (TYPO3 CMS)

Resources

Stars

Watchers

Forks

Packages

No packages published