zouloux/bowl

Advanced CMS fields workflow on top of Wordplate for Wordpress.

Maintainers

Details

github.com/zouloux/bowl

Source

Issues

Installs: 790

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:wordpress-plugin


README

Advanced CMS fields workflow on top of Wordplate for Wordpress.

Install

  1. Set this to composer.json to install as a mu-plugin with Bedrock.
{
	// ...
	"extra": {
		"installer-paths": {
			"public/mu-plugins/{$name}": [
				"type:wordpress-muplugin",
				"zouloux/bowl"
				// ... other plugins
			],
			"public/plugins/{$name}": [
				"type:wordpress-plugin"
				// ... other plugins
			],
			"public/themes/{$name}": [
				"type:wordpress-theme"
				// ... themes
			]
		},
		"wordpress-install-dir": "public/wordpress"
	},
	// ...
}
  1. Install with composer

    $ composer require zouloux/bowl

Requirements

  • Bowl uses Wordplate (wordplate/framework).
  • Bowl needs wpackagist-plugin/advanced-custom-fields-pro and wordplate/acf
  • Bowl optionally uses wpackagist-plugin/wp-multilang as mutli lang plugin.

Other plugins / packages you should use with Bowl :

  • wordplate/mail
  • wpackagist-plugin/admin-ui-cleaner
  • wpackagist-plugin/disable-comments
  • wpackagist-plugin/flamingo
  • wpackagist-plugin/post-types-order
  • wpackagist-plugin/regenerate-thumbnails
  • wpackagist-plugin/wp-limit-login-attempts
  • kornrunner/blurhash if you want to use Bowl's BlurHash capabilities.

Documentation

TODO : Create a new bowl app with https://github.com/zouloux/starters

TODO : How to configure a Bowl app

TODO : Use it with Nano and twig to render templates