Because finding anything in this page is harder than it should be
| Date | Article | Contents |
|---|---|---|
| 2015-02-02 | Unearthed Arcana: Eberron [PDF] | Changelings, shifters, warforged, Wizard (Artificer), rules for action points, dragonmarks |
Because finding anything in this page is harder than it should be
| Date | Article | Contents |
|---|---|---|
| 2015-02-02 | Unearthed Arcana: Eberron [PDF] | Changelings, shifters, warforged, Wizard (Artificer), rules for action points, dragonmarks |
There are two versions, one is for dark letters on a bright background, the other one for bright letters on a dark background.
The bright on dark version looks better, so go for that one if you can :)
| {{ $var }} - Echo content | |
| {{ $var or 'default' }} - Echo content with a default value | |
| {{{ $var }}} - Echo escaped content | |
| {{-- Comment --}} - A Blade comment | |
| @extends('layout') - Extends a template with a layout | |
| @if(condition) - Starts an if block | |
| @else - Starts an else block | |
| @elseif(condition) - Start a elseif block | |
| @endif - Ends a if block |
| cd /home/clientsiwanta/public_html/mautic/ | |
| find . -type d -exec sudo chmod 755 {} \; | |
| find . -type f -exec sudo chmod 644 {} \; | |
| sudo chmod -R g+w app/cache/ | |
| sudo chmod -R g+w app/logs/ | |
| sudo chmod -R g+w app/config/ | |
| sudo chmod -R g+w media/files/ | |
| sudo chmod -R g+w media/images/ | |
| sudo chmod -R g+w translations/ | |
| sudo chown -R www-data:www-data . |
| # Command lines tools | |
| xcode-select --install | |
| # Install dependencies | |
| brew install wget autoconf openssl libjpeg libpng lzlib curl imap-uw readline postgresql libxml2 mcrypt gettext libxslt homebrew/dupes/libiconv icu4c expat bison webp freetype | |
| # Dirs | |
| mkdir -p /Applications/MAMP/bin/php/php7.2.10/include | |
| cd /Applications/MAMP/bin/php/php7.2.10/include |