Skip to content

Instantly share code, notes, and snippets.

View neangkakada's full-sized avatar

Neang kakada neangkakada

View GitHub Profile
@neangkakada
neangkakada / Method1.html
Created September 30, 2016 07:59 — forked from aertmann/Method1.html
Inline editable properties for a document node (two different approaches) – TYPO3 Neos
<neos:contentElement.wrap node="{node}">
<header>
<neos:contentElement.editable property="title" tag="h1" />
</header>
</neos:contentElement.wrap>
@neangkakada
neangkakada / Install-php7.md
Created June 21, 2016 08:17 — forked from hollodotme/Install-php7.md
Installing php7-fpm with phpredis and xdebug extension on Ubuntu 14.04

Install php7.0-fpm

# remove php5 modules
apt-get autoremove --purge php5-*
# add php-7.0 source list by [Ondřej Surý](https://github.com/oerdnj)
add-apt-repository ppa:ondrej/php
# Update index
apt-get update
# Install php7.0-fpm with needed extensions