Download the PHP package johannez/tendril without Composer
On this page you can find all versions of the php package johannez/tendril. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download johannez/tendril
More information about johannez/tendril
Files in johannez/tendril
Download johannez/tendril
More information about johannez/tendril
Files in johannez/tendril
Vendor johannez
Package tendril
Short Description Wordpress library based on Timber.
License MIT
Homepage https://github.com/johannez/tendril
Package tendril
Short Description Wordpress library based on Timber.
License MIT
Homepage https://github.com/johannez/tendril
Please rate this library. Is it a good library?
Informations about the package tendril
Tendril
Wordpress site building with Timber and TailwindCSS
Installation
- Go to your existing Wordpress site and create a new composer.json file in your root folder. Example
- Create
src\SITE
folder in your root folder. This is where all your site specific classes (post type definitions, blocks, commands, migrations, etc.) belong. - Run
composer install
to get PHP dependencies -
Put this snippet into
wp-config.php
orfunctions.php
or a custom plugin to load the composer libraries - Run
composer run theme
to install the starter theme - Go into the new theme's folder and run
npm install
and thennpm run dev
to make sure your build system is working. - Activate the theme in Wordpress. For more information on the theme have a look at the README.md in the theme directory.
All versions of tendril with dependencies
PHP Build Version
Package Version
The package johannez/tendril contains the following files
Loading the files please wait ....