Download the PHP package friendsofmautic/bundle-skeleton without Composer
On this page you can find all versions of the php package friendsofmautic/bundle-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download friendsofmautic/bundle-skeleton
More information about friendsofmautic/bundle-skeleton
Files in friendsofmautic/bundle-skeleton
Download friendsofmautic/bundle-skeleton
More information about friendsofmautic/bundle-skeleton
Files in friendsofmautic/bundle-skeleton
Vendor friendsofmautic
Package bundle-skeleton
Short Description Mautic files available via composer for easier develop of a new bundle
License MIT
Package bundle-skeleton
Short Description Mautic files available via composer for easier develop of a new bundle
License MIT
Please rate this library. Is it a good library?
Informations about the package bundle-skeleton
Example
Try that in your IDE without the PluginBundleBase class available. Pain in the %body_part%.
Purpose
By fetching this skeleton to your code, the problem is solved. Your IDE will finally get access to all those classes you are inheriting from.
Usage
composer require-dev friendsofmautic/bundle-skeleton
- copy & paste whole MauticBundleSkeleton under name of your bundle name to a place you want
- replace in the copied MauticBundleSkeleton the Skeleton word in every place by your bundle name
- get inspired by EventListener\WhyMeSubscriber and remove it, or rewrite
Troubleshooting
If any error happens, check the logs for what happened.
- they are placed in app/logs dir in your Mautic, like
/var/www/mautic/app/logs/mautic_prod-2016-02-19.php
for example - or, if they are more fatal or just Mautic does not catch them (error 500), see your web-server logs, like
/var/log/apache2/error.log
Technical details
This library provides Mautic code by composer (packagist.org respectively),
Hint for mautic Twig plugin
If you are going to create a Mautic plugin for Twig, a good start can be mautic-twig-plugin-skeleton.
All versions of bundle-skeleton with dependencies
PHP Build Version
Package Version
The package friendsofmautic/bundle-skeleton contains the following files
Loading the files please wait ....