Skip to content

TYPO3 Neos plugin implementing all Zurb Foundation 5 elements.

License

Notifications You must be signed in to change notification settings

soee/M12.Foundation

 
 

Repository files navigation

M12.Foundation - Foundation components inside TYPO3 Neos

Circle CI

M12.Foundation aims to implement all Zurb Foundation components, in the best possible way, inside TYPO3 Neos CMS.

The best way is to install it together with M12.FoundationSite Neos site package. Unfortunately, M12.Foundation conflicts with NeosDemoTypo3Org, so you'll have to remove typo3/neosdemotypo3org from your composer.json.

Usage

This plugin currently works with TYPO3 Neos, version 2.0. See previous releases for older Neos versions.

Include in your main composer.json the m12/neos-foundation and m12/neos-foundation-site dependencies:

    "require": {
        "other-dependenies-here...": "*",
        "m12/neos-foundation": "dev-master",
        "m12/neos-foundation-site": "dev-master"
    },

and run composer install

Usage with neos-typostrap-distribution

We encourage you to try ready-to-use neos-typostrap-distribution, TYPO3 Neos distribution which has this package installed and configured. We also prepared Docker image with whole package, so you can launch the project in no time. See the instructions in the README there.

Author(s)

About

TYPO3 Neos plugin implementing all Zurb Foundation 5 elements.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 63.1%
  • HTML 36.9%